changeset 5822:704da670783e

(PATH_SEPARATOR): Remove insignificant trailing blank.
author Jim Meyering <jim@meyering.net>
date Sun, 08 May 2005 14:37:07 +0000
parents bbadae943797
children 90dbd86c6749
files lib/classpath.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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