code style: remove wrong uses of multiple spaces

Closes #1878
This commit is contained in:
Daniel Stenberg 2017-09-12 09:29:01 +02:00
parent 59813726d1
commit 87501e57f1
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
7 changed files with 10 additions and 10 deletions

View file

@ -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,