From: Jim Meyering Date: Sun, 8 May 2005 14:37:07 +0000 (+0000) Subject: (PATH_SEPARATOR): Remove insignificant trailing blank. X-Git-Tag: cvs-readonly~3364 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=07aff5e68559d6f1b1b1bb630d502e5ffbdbbb90;p=gnulib.git (PATH_SEPARATOR): Remove insignificant trailing blank. --- diff --git a/lib/classpath.c b/lib/classpath.c index f875d5508..99a4f3621 100644 --- a/lib/classpath.c +++ b/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