]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib:replace: Fix trailing whitespace in wscript
authorAndreas Schneider <asn@samba.org>
Thu, 27 Oct 2022 08:45:40 +0000 (10:45 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 27 Oct 2022 18:18:36 +0000 (18:18 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/replace/wscript

index 2f179992c82ae7f2e014ff3e43f907bf21bf2678..b675069c7de8076fa9c665cea64fd73d6006e9e2 100644 (file)
@@ -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,