From 350635a59a000fa4561d0d8bbe6814b4b9df530c Mon Sep 17 00:00:00 2001 From: Ondrej Bilka Date: Thu, 6 Jun 2013 19:36:03 +0200 Subject: Fix leading whitespaces. --- stdio-common/printf_fphex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdio-common/printf_fphex.c') diff --git a/stdio-common/printf_fphex.c b/stdio-common/printf_fphex.c index 57590b9..fc3c9b2 100644 --- a/stdio-common/printf_fphex.c +++ b/stdio-common/printf_fphex.c @@ -384,7 +384,7 @@ __printf_fphex (FILE *fp, { wnumstr[cnt] = (wchar_t) info->spec; numstr[cnt] = info->spec; /* This is tricky, - think about it! */ + think about it! */ break; } else if (tolower (ch) < 'f') -- cgit v1.1