]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib:replace: Remove trailing spaces from testsuite.c
authorAndreas Schneider <asn@samba.org>
Mon, 16 Aug 2021 10:39:31 +0000 (12:39 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 16 Aug 2021 16:28:36 +0000 (16:28 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/replace/tests/testsuite.c

index b4b038af8c74f27b6511ee5cb693c46320f26e87..f5769b4dc4df1a87af851fdb2ff03fd8eed7cf91 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
    Unix SMB/CIFS implementation.
 
    libreplace tests
@@ -8,7 +8,7 @@
      ** NOTE! The following LGPL license applies to the talloc
      ** library. This does NOT imply that all of Samba is released
      ** under the LGPL
-   
+
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
@@ -127,7 +127,7 @@ static int test_strlcat(void)
                return false;
        }
        if (strcmp(tmp, "bl") != 0) {
-               printf("failure: strlcat [\nexpected \"bl\", got \"%s\"\n]\n", 
+               printf("failure: strlcat [\nexpected \"bl\", got \"%s\"\n]\n",
                           tmp);
                return false;
        }
@@ -179,7 +179,7 @@ static int test_strdup(void)
        free(x);
        printf("success: strdup\n");
        return true;
-}      
+}
 
 static int test_setlinebuf(void)
 {
@@ -774,7 +774,7 @@ static int test_strtoull(void)
        return true;
 }
 
-/* 
+/*
 FIXME:
 Types:
 bool