Index: trunk/psLib/src/sys/psString.h
===================================================================
--- trunk/psLib/src/sys/psString.h	(revision 1407)
+++ trunk/psLib/src/sys/psString.h	(revision 1441)
@@ -11,6 +11,6 @@
  *  @author Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-07 00:06:06 $
+ *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-09 23:40:55 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -18,5 +18,5 @@
 
 #ifndef PS_STRING_H
-#    define PS_STRING_H
+#define PS_STRING_H
 
 /******************************************************************************/
@@ -27,5 +27,5 @@
 
 /** This macro will convert the arguement to a quoted string */
-#    define PS_STRING(S)  #S
+#define PS_STRING(S)  #S
 
 /******************************************************************************/
