diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-03-10 23:32:45 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-03-10 23:32:45 +0100 |
commit | b0841739898ad458230382a9b3abab360130d233 (patch) | |
tree | f8638b97efdb9a94e43fc12261546919fbfea78a /lib/idn_win32.c | |
parent | 28477fd67a8ee0706820c33601e61ad558e597e3 (diff) | |
download | curl-b0841739898ad458230382a9b3abab360130d233.tar.gz |
idn_win32.c: warning: Trailing whitespace
Diffstat (limited to 'lib/idn_win32.c')
-rw-r--r-- | lib/idn_win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/idn_win32.c b/lib/idn_win32.c index ae4a6832e..8b5baf73b 100644 --- a/lib/idn_win32.c +++ b/lib/idn_win32.c @@ -31,7 +31,7 @@ #include "curl_multibyte.h" #include "curl_memory.h" #include "warnless.h" - + /* The last #include file should be: */ #include "memdebug.h" |