Index: trunk/psLib/src/sys/psError.h
===================================================================
--- trunk/psLib/src/sys/psError.h	(revision 974)
+++ trunk/psLib/src/sys/psError.h	(revision 1407)
@@ -1,2 +1,3 @@
+
 /** @file  psError.h
  *
@@ -12,6 +13,6 @@
  *  @author Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-10 01:58:06 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-07 00:06:06 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -19,5 +20,5 @@
 
 #ifndef PS_ERROR_H
-#define PS_ERROR_H
+#    define PS_ERROR_H
 
 /** @addtogroup ErrorHandling
@@ -34,12 +35,10 @@
  *
  */
-void psError(
-    const char *name,                   ///< Source of error such as file or function detected
-    const char *fmt,                    ///< A printf style formatting statement defining msg
-    ...
-);
+void psError(const char *name,  // /< Source of error such as file or function detected
+             const char *fmt,   // /< A printf style formatting statement defining msg
+             ...
+            );
 
-/* @} */  // End of SysUtils Functions
+/* @} */// End of SysUtils Functions
 
 #endif
-
