From 1f020b178664857b0e107778d04fb971a58e6230 Mon Sep 17 00:00:00 2001
From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Date: Wed, 23 Jul 2008 11:23:36 +0000
Subject: - trim any trailing whitespace

---
 test/stdlib/teststrtol.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'test/stdlib')

diff --git a/test/stdlib/teststrtol.c b/test/stdlib/teststrtol.c
index e959b4990..5b43a9b0c 100644
--- a/test/stdlib/teststrtol.c
+++ b/test/stdlib/teststrtol.c
@@ -10,7 +10,7 @@ const char *strings[]={
 	"10000000", "100000000", "1000000000",
 
 	/* negative */
-	"-0", "-1", "-10", 
+	"-0", "-1", "-10",
 	"-100", "-1000", "-10000", "-100000", "-1000000",
 	"-10000000", "-100000000", "-1000000000",
 
-- 
cgit v1.2.3