summaryrefslogtreecommitdiff
path: root/tests/test-printf-posix2.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-printf-posix2.c')
-rw-r--r--tests/test-printf-posix2.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/test-printf-posix2.c b/tests/test-printf-posix2.c
index b6e4fcc550..fbd9f287d5 100644
--- a/tests/test-printf-posix2.c
+++ b/tests/test-printf-posix2.c
@@ -73,11 +73,11 @@ main (int argc, char *argv[])
{
case 0:
{
- void *memory = malloc (5000000);
- if (memory == NULL)
- return 1;
- memset (memory, 17, 5000000);
- return 78;
+ void *memory = malloc (5000000);
+ if (memory == NULL)
+ return 1;
+ memset (memory, 17, 5000000);
+ return 78;
}
case 1:
ret = printf ("%.5000000f", 1.0);