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

@ -356,7 +356,7 @@ typedef size_t (*curl_read_callback)(char *buffer,
size_t nitems,
void *instream);
typedef enum {
typedef enum {
CURLSOCKTYPE_IPCXN, /* socket created for a specific IP connection */
CURLSOCKTYPE_ACCEPT, /* socket created by accept() call */
CURLSOCKTYPE_LAST /* never use */
@ -398,7 +398,7 @@ typedef enum {
CURLIOE_LAST /* never use */
} curlioerr;
typedef enum {
typedef enum {
CURLIOCMD_NOP, /* no operation */
CURLIOCMD_RESTARTREAD, /* restart the read stream from start */
CURLIOCMD_LAST /* never use */