[Da-tools-commits] ./da-tools/userdir-ldap-turmzimmer r389: Fix bogus whitespace

Marc 'HE' Brockschmidt he at debian.org
Sat Apr 19 21:30:42 UTC 2008


------------------------------------------------------------
revno: 389
committer: Marc 'HE' Brockschmidt <he at debian.org>
branch nick: userdir-ldap-turmzimmer
timestamp: Sat 2008-04-19 23:30:42 +0200
message:
  Fix bogus whitespace
modified:
  ud-generate
-------------- next part --------------
=== modified file 'ud-generate'
--- a/ud-generate	2008-04-19 21:11:15 +0000
+++ b/ud-generate	2008-04-19 21:30:42 +0000
@@ -604,7 +604,7 @@
 			       
 	       # Write some identification information
                if Split[2].lower() == "a":
-  	             Line = Line + "%s IN TXT \"PGP %s\"\n"%(Split[0],FormatPGPKey(y));
+                  Line = Line + "%s IN TXT \"PGP %s\"\n"%(Split[0],FormatPGPKey(y));
                   F.write(Line);
 	    else:
                Line = "; Err %s"%(str(Split));



More information about the Da-tools-commits mailing list