From eba81f7fa92ec807da6a78976fc3105157f592a4 Mon Sep 17 00:00:00 2001 From: Joe Guo Date: Mon, 30 Jul 2018 18:14:00 +1200 Subject: PEP8: fix E115: expected an indented block (comment) Signed-off-by: Joe Guo Reviewed-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- source3/build/charset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/build') 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" -- cgit v1.2.1