From 9c84384cc18ff589233628c193953ca8d7a39f5c Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 5 Jun 2013 20:44:03 +0000 Subject: Remove trailing whitespace. --- stdio-common/bug16.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdio-common') diff --git a/stdio-common/bug16.c b/stdio-common/bug16.c index 84269f3b6d..1112c39d05 100644 --- a/stdio-common/bug16.c +++ b/stdio-common/bug16.c @@ -20,7 +20,7 @@ do_test (void) int ret = 0; for (size_t i = 0; i < sizeof (tests) / sizeof (tests[0]); ++i) - { + { snprintf (buf, sizeof (buf), "%.0LA", tests[i].val); size_t j; -- cgit v1.2.1