From: Bruno Haible Date: Tue, 2 May 2006 12:36:11 +0000 (+0000) Subject: Remove trailing whitespace. X-Git-Tag: v0.15~203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f730fe5c88377f6b347d17d002661fa348f86fc;p=thirdparty%2Fgettext.git Remove trailing whitespace. --- diff --git a/gettext-tools/lib/classpath.c b/gettext-tools/lib/classpath.c index 8f6d6b874..1cbc14b1d 100644 --- a/gettext-tools/lib/classpath.c +++ b/gettext-tools/lib/classpath.c @@ -41,7 +41,7 @@ # define PATH_SEPARATOR ';' #else /* Unix */ -# define PATH_SEPARATOR ':' +# define PATH_SEPARATOR ':' #endif /* Return the new CLASSPATH value. The given classpaths are prepended to diff --git a/gettext-tools/lib/hash.c b/gettext-tools/lib/hash.c index 9582ca827..792610247 100644 --- a/gettext-tools/lib/hash.c +++ b/gettext-tools/lib/hash.c @@ -23,7 +23,7 @@ /* Specification. */ #include "hash.h" -#include +#include #include #include #include diff --git a/gettext-tools/lib/vasprintf.c b/gettext-tools/lib/vasprintf.c index 53d6ec02d..f2c6138b9 100644 --- a/gettext-tools/lib/vasprintf.c +++ b/gettext-tools/lib/vasprintf.c @@ -136,7 +136,7 @@ asprintf (char **result, const char *format, ...) va_end (args); return done; -} +} /* ========================= test program ========================= */