From: Andreas Schneider Date: Thu, 27 Oct 2022 08:45:40 +0000 (+0200) Subject: lib:replace: Fix trailing whitespace in wscript X-Git-Tag: talloc-2.4.0~615 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae86c620aadea19e47e3f7967b4770d496d4bc02;p=thirdparty%2Fsamba.git lib:replace: Fix trailing whitespace in wscript Signed-off-by: Andreas Schneider Reviewed-by: Jeremy Allison --- diff --git a/lib/replace/wscript b/lib/replace/wscript index 2f179992c82..b675069c7de 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -934,9 +934,9 @@ def build(bld): bld.SAMBA_LIBRARY('replace', source=REPLACE_SOURCE, group='base_libraries', - # FIXME: Ideally symbols should be hidden here so they - # don't appear in the global namespace when Samba - # libraries are loaded, but this doesn't appear to work + # FIXME: Ideally symbols should be hidden here so they + # don't appear in the global namespace when Samba + # libraries are loaded, but this doesn't appear to work # at the moment: # hide_symbols=bld.BUILTIN_LIBRARY('replace'), private_library=True,