summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2018-07-30 18:22:52 +1200
committerDouglas Bagnall <dbagnall@samba.org>2018-08-24 07:49:31 +0200
commitaa243d1a7f64c474265b7f735601139ab9ff7b92 (patch)
tree15917c781ac1399653fb71161182e558e5f2abff /examples
parent9f5bbcc10a82f409f41cce5685458332674e2010 (diff)
downloadsamba-aa243d1a7f64c474265b7f735601139ab9ff7b92.tar.gz
PEP8: fix W291: trailing whitespace
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/logon/ntlogon/ntlogon.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/logon/ntlogon/ntlogon.py b/examples/logon/ntlogon/ntlogon.py
index c0f6ebc6c0e..ff25c42ec0b 100755
--- a/examples/logon/ntlogon/ntlogon.py
+++ b/examples/logon/ntlogon/ntlogon.py
@@ -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')