From 86fddfa3116a8dec86e02088a3abc3859f38a251 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 16 Aug 2021 12:39:31 +0200 Subject: [PATCH] lib:replace: Remove trailing spaces from testsuite.c Signed-off-by: Andreas Schneider Reviewed-by: Jeremy Allison --- lib/replace/tests/testsuite.c | 10 +++++----- 1 file 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