summaryrefslogtreecommitdiff
path: root/source3/build
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2018-07-30 18:14:00 +1200
committerDouglas Bagnall <dbagnall@samba.org>2018-08-24 07:49:26 +0200
commiteba81f7fa92ec807da6a78976fc3105157f592a4 (patch)
treea64af44f4460ce81a8d088ff794b6754c0ce5ff7 /source3/build
parent4fc08d8f14e281fb7492d5a196e456637406c514 (diff)
downloadsamba-eba81f7fa92ec807da6a78976fc3105157f592a4.tar.gz
PEP8: fix E115: expected an indented block (comment)
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 'source3/build')
-rw-r--r--source3/build/charset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/build/charset.py b/source3/build/charset.py
index a800eeee447..75981379577 100644
--- a/source3/build/charset.py
+++ b/source3/build/charset.py
@@ -34,7 +34,7 @@ def CHECK_SAMBA3_CHARSET(conf, crossbuild=False):
# TODO: this used to warn about the set charset on cross builds
if default_dos_charset is False or default_unix_charset is False:
- # we found iconv, but it failed to convert anything (e.g. on AIX)
+ # we found iconv, but it failed to convert anything (e.g. on AIX)
conf.undefine('HAVE_NATIVE_ICONV');
default_dos_charset = "ASCII"
default_unix_charset = "UTF-8"