summaryrefslogtreecommitdiff
path: root/python/examples/samr.py
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 /python/examples/samr.py
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 'python/examples/samr.py')
-rwxr-xr-xpython/examples/samr.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/examples/samr.py b/python/examples/samr.py
index c1af82105aa..494d0862592 100755
--- a/python/examples/samr.py
+++ b/python/examples/samr.py
@@ -5,17 +5,17 @@
# Copyright © Jelmer Vernooij <jelmer@samba.org> 2008
#
# Based on samr.js © Andrew Tridgell <tridge@samba.org>
-#
+#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
-#
+#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-#
+#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#