Index: trunk/psLib/src/collections/psArray.h
===================================================================
--- trunk/psLib/src/collections/psArray.h	(revision 3264)
+++ trunk/psLib/src/collections/psArray.h	(revision 4162)
@@ -12,6 +12,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-17 19:26:23 $
+ *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-08 23:40:45 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -48,5 +48,5 @@
 /** Allocate an array.
  *
- * Uses psLib memory allocation functions to create an array collection of 
+ * Uses psLib memory allocation functions to create an array collection of
  * data
  *
@@ -60,6 +60,6 @@
 /** Reallocate an array.
  *
- * Uses psLib memory allocation functions to reallocate an array collection 
- * of data. 
+ * Uses psLib memory allocation functions to reallocate an array collection
+ * of data.
  *
  * @return psArray* : Pointer to psArray.
@@ -85,7 +85,7 @@
 /** Remove an element from the array
  *
- *  Finds and removes the specified data pointer from the list.  
+ *  Finds and removes the specified data pointer from the list.
  *
- * @return bool:  TRUE if the specified data pointer was found and removed, 
+ * @return bool:  TRUE if the specified data pointer was found and removed,
  *                otherwise FALSE.
  *
@@ -98,5 +98,5 @@
 /** Deallocate/Dereference elements of an array.
  *
- * Uses psLib memory allocation functions to deallocate/dereference elements 
+ * Uses psLib memory allocation functions to deallocate/dereference elements
  * of a array of void pointers.  The array psArr is not freed, and its elements
  * will all be set to NULL.
@@ -112,9 +112,9 @@
  *  to specify how the objects on the array should be sorted.
  *
- *  The comparison function must return an integer less than, equal to, or 
- *  greater than zero if the first argument is considered to be respectively 
- *  less than, equal to, or greater than the second. 
+ *  The comparison function must return an integer less than, equal to, or
+ *  greater than zero if the first argument is considered to be respectively
+ *  less than, equal to, or greater than the second.
  *
- *  If two members compare as equal, their order in the sorted array is 
+ *  If two members compare as equal, their order in the sorted array is
  *  undefined.
  *
@@ -148,3 +148,3 @@
 /// @}
 
-#endif
+#endif // #ifndef PS_ARRAY_H
