From 1f020b178664857b0e107778d04fb971a58e6230 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 23 Jul 2008 11:23:36 +0000 Subject: - trim any trailing whitespace --- test/string/tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/string') diff --git a/test/string/tester.c b/test/string/tester.c index 647b8c174..ac1b90118 100644 --- a/test/string/tester.c +++ b/test/string/tester.c @@ -1089,7 +1089,7 @@ test_memcmp (void) { int i, cnt = 1; char one[21], two[21]; - + it = "memcmp"; check(memcmp("a", "a", 1) == 0, cnt++); /* Identity. */ check(memcmp("abc", "abc", 3) == 0, cnt++); /* Multicharacter. */ -- cgit v1.2.3