From: Andreas Schneider Date: Thu, 16 Oct 2025 09:09:29 +0000 (+0200) Subject: lib:replace: Remove trailing spaces in README X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a96cfa3025e58c48c16661f983b86e5bad931fb6;p=thirdparty%2Fsamba.git lib:replace: Remove trailing spaces in README Signed-off-by: Andreas Schneider Reviewed-by: Douglas Bagnall --- diff --git a/lib/replace/README b/lib/replace/README index d9155aa7b99..13b7b13cb10 100644 --- a/lib/replace/README +++ b/lib/replace/README @@ -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).