]> granicus.if.org Git - curl/commitdiff
curl.h: remove extra space
authorYun SangHo <foollbar@gmail.com>
Thu, 15 Jan 2015 17:40:47 +0000 (02:40 +0900)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 15 Jan 2015 22:41:32 +0000 (23:41 +0100)
include/curl/curl.h

index 44b1b7e39115f59d9e67decf9ccb3956058c1327..e3688872ec8aa9ac09e8f742f2b8d1eba17b7907 100644 (file)
@@ -845,7 +845,7 @@ typedef enum {
   CINIT(WRITEDATA, OBJECTPOINT, 1),
 
   /* The full URL to get/put */
-  CINIT(URL,  OBJECTPOINT, 2),
+  CINIT(URL, OBJECTPOINT, 2),
 
   /* Port number to connect to, if other than default. */
   CINIT(PORT, LONG, 3),