From 87501e57f1c166cb250111af54e0470ab8b2099c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 12 Sep 2017 09:29:01 +0200 Subject: code style: remove wrong uses of multiple spaces Closes #1878 --- lib/mprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/mprintf.c') diff --git a/lib/mprintf.c b/lib/mprintf.c index 9a9eb16e6..d2d91d743 100644 --- a/lib/mprintf.c +++ b/lib/mprintf.c @@ -107,7 +107,7 @@ static const char upper_digits[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; } WHILE_FALSE /* Data type to read from the arglist */ -typedef enum { +typedef enum { FORMAT_UNKNOWN = 0, FORMAT_STRING, FORMAT_PTR, -- cgit v1.2.1