summaryrefslogtreecommitdiff
path: root/lib/replace
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2021-08-16 12:39:31 +0200
committerJeremy Allison <jra@samba.org>2021-08-16 16:28:36 +0000
commit86fddfa3116a8dec86e02088a3abc3859f38a251 (patch)
tree3410d7931226aad00cd1e6416f768a3de82ca309 /lib/replace
parent0f26dbe0d0907e16a2c1b10c620a9db5b1b6b4ab (diff)
downloadsamba-86fddfa3116a8dec86e02088a3abc3859f38a251.tar.gz
lib:replace: Remove trailing spaces from testsuite.c
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/tests/testsuite.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/replace/tests/testsuite.c b/lib/replace/tests/testsuite.c
index b4b038af8c7..f5769b4dc4d 100644
--- a/lib/replace/tests/testsuite.c
+++ b/lib/replace/tests/testsuite.c
@@ -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