whitespace fix

This commit is contained in:
Radim Kolar 2020-06-05 17:19:48 +02:00
parent 47d4bee632
commit dc69111e84

View File

@ -19,11 +19,11 @@
* Added 11 Jan 93 by A.E.J.Fellows * * Added 11 Jan 93 by A.E.J.Fellows *
*************************************************************************/ *************************************************************************/
#define C_NOCLOBBER 1 /* Will not overwrite file of same name */ #define C_NOCLOBBER 1 /* Will not overwrite file of same name */
#define C_CLOBBER 2 /* Will always overwrite file even if #define C_CLOBBER 2 /* Will always overwrite file even if
remote file is not found */ remote file is not found */
#define C_UNIQUE 3 /* Create unique name to avoid overwrite */ #define C_UNIQUE 3 /* Create unique name to avoid overwrite */
#define C_TEMPNAME 4 /* Download to temp name */ #define C_TEMPNAME 4 /* Download to temp name */
#define C_APPEND 5 /* Downloads will attempt to append to #define C_APPEND 5 /* Downloads will attempt to append to
end of file if it already exists */ end of file if it already exists */