PEP8: fix W291: trailing whitespace
[sfrench/samba-autobuild/.git] / examples / logon / ntlogon / ntlogon.py
index c0f6ebc6c0ef9275a69a740297adb9d6592a8f18..ff25c42ec0bebd6e9692147fef179346452b55c6 100755 (executable)
@@ -321,7 +321,7 @@ def run():
 
     #
     # open the configuration file
-    #    
+    #
     try:
         iFile = open(configfile, 'r')
     except IOError:
@@ -330,7 +330,7 @@ def run():
 
     #
     # open the output file
-    #    
+    #
     if not debug:
         try:
             oFile = open(outdir + outfile, 'w')