(PATH_SEPARATOR): Remove insignificant trailing blank.
authorJim Meyering <jim@meyering.net>
Sun, 8 May 2005 14:37:07 +0000 (14:37 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 8 May 2005 14:37:07 +0000 (14:37 +0000)
lib/classpath.c

index f875d55..99a4f36 100644 (file)
@@ -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