From ae86c620aadea19e47e3f7967b4770d496d4bc02 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 27 Oct 2022 10:45:40 +0200 Subject: [PATCH] lib:replace: Fix trailing whitespace in wscript Signed-off-by: Andreas Schneider Reviewed-by: Jeremy Allison --- lib/replace/wscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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, -- 2.11.4.GIT