Index: trunk/psLib/src/sysUtils/psAbort.h
===================================================================
--- trunk/psLib/src/sysUtils/psAbort.h	(revision 974)
+++ trunk/psLib/src/sysUtils/psAbort.h	(revision 1407)
@@ -1,2 +1,3 @@
+
 /** @file  psAbort.h
  *
@@ -11,6 +12,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
@@ -18,8 +19,8 @@
 
 #ifndef PS_ABORT_H
-#define PS_ABORT_H
-
+#    define PS_ABORT_H
 
 // Doxygen grouping tags
+
 /** @addtogroup ErrorHandling
  *  @{
@@ -36,12 +37,10 @@
  *
  */
-void psAbort(
-    const char* name,                   ///< Source of abort such as file or function detected
-    const char* fmt,                    ///< A printf style formatting statement defining msg
-    ...
-);
+void psAbort(const char *name,  // /< Source of abort such as file or function detected
+             const char *fmt,   // /< A printf style formatting statement defining msg
+             ...
+            );
 
-/* @} */  // Doxygen - End of SystemGroup Functions
+/* @} */// Doxygen - End of SystemGroup Functions
 
 #endif
-
