]> granicus.if.org Git - curl/commitdiff
Format GETOUT_METALINK nicely
authorTatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>
Fri, 25 May 2012 10:51:05 +0000 (19:51 +0900)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 26 May 2012 21:11:58 +0000 (23:11 +0200)
src/tool_sdecls.h

index b0d2afdc1c55359b38b159b9a2a6a7de8e4dfb67..7b129758810f2d9c7bb20c1014260ae39c295a36 100644 (file)
@@ -101,7 +101,7 @@ struct getout {
 #define GETOUT_USEREMOTE  (1<<2)  /* use remote file name locally */
 #define GETOUT_UPLOAD     (1<<3)  /* if set, -T has been used */
 #define GETOUT_NOUPLOAD   (1<<4)  /* if set, -T "" has been used */
-#define GETOUT_METALINK (1<<5) /* set when Metalink download */
+#define GETOUT_METALINK   (1<<5)  /* set when Metalink download */
 
 /*
  * 'trace' enumeration represents curl's output look'n feel possibilities.