]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib:replace: Remove trailing spaces in README
authorAndreas Schneider <asn@samba.org>
Thu, 16 Oct 2025 09:09:29 +0000 (11:09 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 11 Nov 2025 13:46:42 +0000 (13:46 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
lib/replace/README

index d9155aa7b99ddffbd2ab717b1e4a8a8e35c3908f..13b7b13cb10f715a4e62fc972add76fde912697f 100644 (file)
@@ -1,7 +1,7 @@
-This subsystem ensures that we can always use a certain core set of 
-functions and types, that are either provided by the OS or by replacement 
-functions / definitions in this subsystem. The aim is to try to stick 
-to POSIX functions in here as much as possible. Convenience functions 
+This subsystem ensures that we can always use a certain core set of
+functions and types, that are either provided by the OS or by replacement
+functions / definitions in this subsystem. The aim is to try to stick
+to POSIX functions in here as much as possible. Convenience functions
 that are available on no platform at all belong in other subsystems
 (such as LIBUTIL).