OSDN Git Service

- trim any trailing whitespace
[uclinux-h8/uClibc.git] / test / stdlib / teststrtol.c
index e959b49..5b43a9b 100644 (file)
@@ -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",