Diff

util/sasl_cyrus.lua @ 5776:bd0ff8ae98a8

Remove all trailing whitespace
author Florian Zeitz <florob@babelmonkeys.de>
date Fri, 09 Aug 2013 17:48:21 +0200
parent 5000:58c9519dc461
child 6777:5de6b93d0190
line wrap: on
line diff
--- a/util/sasl_cyrus.lua	Fri Aug 09 16:03:48 2013 +0200
+++ b/util/sasl_cyrus.lua	Fri Aug 09 17:48:21 2013 +0200
@@ -78,10 +78,10 @@
 end
 
 -- create a new SASL object which can be used to authenticate clients
--- host_fqdn may be nil in which case gethostname() gives the value. 
+-- host_fqdn may be nil in which case gethostname() gives the value.
 --      For GSSAPI, this determines the hostname in the service ticket (after
 --      reverse DNS canonicalization, only if [libdefaults] rdns = true which
---      is the default).  
+--      is the default).
 function new(realm, service_name, app_name, host_fqdn)
 
 	init(app_name or service_name);