Index: trunk/psLib/src/sysUtils/psError.c
===================================================================
--- trunk/psLib/src/sysUtils/psError.c	(revision 1406)
+++ trunk/psLib/src/sysUtils/psError.c	(revision 1407)
@@ -1,2 +1,3 @@
+
 /** @file  psError.c
  *
@@ -10,6 +11,6 @@
  *  @author Eric Van Alst, MHPCC
  *   
- *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-06 22:34:05 $
+ *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-07 00:06:06 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -17,5 +18,7 @@
 
 /******************************************************************************/
+
 /*  INCLUDE FILES                                                             */
+
 /******************************************************************************/
 #include <stdarg.h>
@@ -24,5 +27,7 @@
 
 /******************************************************************************/
+
 /*  DEFINE STATEMENTS                                                         */
+
 /******************************************************************************/
 
@@ -30,5 +35,7 @@
 
 /******************************************************************************/
+
 /*  TYPE DEFINITIONS                                                          */
+
 /******************************************************************************/
 
@@ -36,5 +43,7 @@
 
 /*****************************************************************************/
+
 /*  GLOBAL VARIABLES                                                         */
+
 /*****************************************************************************/
 
@@ -42,5 +51,7 @@
 
 /*****************************************************************************/
+
 /*  FILE STATIC VARIABLES                                                    */
+
 /*****************************************************************************/
 
@@ -48,5 +59,7 @@
 
 /*****************************************************************************/
+
 /*  FUNCTION IMPLEMENTATIONS - LOCAL                                         */
+
 /*****************************************************************************/
 
@@ -54,12 +67,14 @@
 
 /*****************************************************************************/
+
 /* FUNCTION IMPLEMENTATIONS - PUBLIC                                         */
+
 /*****************************************************************************/
 
-void psError(const char *name,const char *fmt, ...)
+void psError(const char *name, const char *fmt, ...)
 {
-    va_list    argPtr;        // variable list arguement pointer
+    va_list argPtr;             // variable list arguement pointer
 
-    // Get the variable list parameters  to pass to logging function
+    // Get the variable list parameters to pass to logging function
     va_start(argPtr, fmt);
 
@@ -70,3 +85,2 @@
     va_end(argPtr);
 }
-
