Remove trailing whitespaces

This commit is contained in:
Giuseppe Scrivano
2014-06-09 09:53:49 +02:00
parent 8a83a9d893
commit a22cd7394b
7 changed files with 19 additions and 10 deletions

View File

@@ -1,5 +1,7 @@
2014-06-10 Giuseppe Scrivano <gscrivan@redhat.com>
* wget.h: Remove trailing whitespaces.
* retr.c (getproxy): Return a dinamically allocated string and...
(retrieve_from_file, retrieve_url, url_uses_proxy): ...fix the caller
to handle it.

View File

@@ -366,7 +366,7 @@ typedef enum
Select an appropriate "orig" suffix and a separator character for
adding a unique suffix to a file name.
A VMS ODS2 file system can not tolerate multiple dots. An ODS5 file
A VMS ODS2 file system can't tolerate multiple dots. An ODS5 file
system can, but even there not all dots are equal, and heroic effort
would be needed to get ".html^.orig" rather than (the less desirable)
"^.html.orig". It's more satisfactory always to use "_orig" on VMS