diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-09-12 09:29:01 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-09-12 13:54:54 +0200 |
commit | 87501e57f1c166cb250111af54e0470ab8b2099c (patch) | |
tree | 5b9f92270e2d31938360675a4753ca0989bcb74a /include | |
parent | 59813726d1638880494e3675ae8230b6bdd21ee5 (diff) | |
download | curl-87501e57f1c166cb250111af54e0470ab8b2099c.tar.gz |
code style: remove wrong uses of multiple spaces
Closes #1878
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index 6803a2e3c..1eb82f5c6 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -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 */ |