summaryrefslogtreecommitdiff
path: root/lib/replace
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2022-10-27 10:45:40 +0200
committerJeremy Allison <jra@samba.org>2022-10-27 18:18:36 +0000
commitae86c620aadea19e47e3f7967b4770d496d4bc02 (patch)
tree99deb63a18f3492abd89871834e3926585a5dd61 /lib/replace
parent3de61dc6773c67f44477f889deadf92656f3379e (diff)
downloadsamba-ae86c620aadea19e47e3f7967b4770d496d4bc02.tar.gz
lib:replace: Fix trailing whitespace in wscript
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/replace')
-rw-r--r--lib/replace/wscript6
1 files 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,