Index: trunk/psLib/src/sys/psErrorCodes.h.in
===================================================================
--- trunk/psLib/src/sys/psErrorCodes.h.in	(revision 11668)
+++ trunk/psLib/src/sys/psErrorCodes.h.in	(revision 11694)
@@ -6,6 +6,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-02-06 21:36:09 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-02-08 01:59:28 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -32,4 +32,5 @@
 } psErrorCode;
 
+
 /** An error code with description
  */
@@ -41,4 +42,5 @@
 psErrorDescription;
 
+
 /** Allocates a new psErrorDescription
  *
@@ -49,4 +51,5 @@
     const char *description            ///< the associated description
 );
+
 
 /** Retrieves the description of an error code.
@@ -60,4 +63,5 @@
     psErrorCode code                   ///< the associated error code
 );
+
 
 /** Register an error code
@@ -73,4 +77,5 @@
 );
 
+
 /** Clears error codes registered via psErrorRegister.
  *
@@ -81,4 +86,5 @@
 );
 
+
 /// @}
 #endif // #ifndef PS_ERROR_CODES_H
