Index: trunk/psLib/src/sysUtils/psAbort.c
===================================================================
--- trunk/psLib/src/sysUtils/psAbort.c	(revision 1406)
+++ trunk/psLib/src/sysUtils/psAbort.c	(revision 1407)
@@ -1,2 +1,3 @@
+
 /** @file  psAbort.c
  *
@@ -9,6 +10,6 @@
  *  @author Eric Van Alst, MHPCC
  *   
- *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-06 22:34:05 $
+ *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-07 00:06:06 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -16,5 +17,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 IMPLEMENTATION - LOCAL                                          */
+
 /*****************************************************************************/
 
@@ -54,10 +67,12 @@
 
 /*****************************************************************************/
+
 /* FUNCTION IMPLEMENTATION - PUBLIC                                          */
+
 /*****************************************************************************/
 
-void psAbort(const char *name, const char *fmt,... )
+void psAbort(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
@@ -73,3 +88,2 @@
     abort();
 }
-
