Index: trunk/psLib/src/astro/psCoord.h
===================================================================
--- trunk/psLib/src/astro/psCoord.h	(revision 4127)
+++ trunk/psLib/src/astro/psCoord.h	(revision 4162)
@@ -10,6 +10,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-06-07 02:08:26 $
+*  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-06-08 23:40:45 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -357,5 +357,5 @@
 /** Takes a given transform and inverts it linearly if possible.
  *
- *  @return psPlaneTransform           
+ *  @return psPlaneTransform
  *  the linearly inverted transform
 */
@@ -367,5 +367,5 @@
 /** Takes a transform and tests whether or not it is a linear projection.
  *
- *  @return psS32                      
+ *  @return psS32
  *  the order of the projection
 */
@@ -446,3 +446,3 @@
 /// @}
 
-#endif
+#endif // #ifndef PS_COORD_H
Index: trunk/psLib/src/astro/psTime.h
===================================================================
--- trunk/psLib/src/astro/psTime.h	(revision 4127)
+++ trunk/psLib/src/astro/psTime.h	(revision 4162)
@@ -1,16 +1,16 @@
 /** @file  psTime.h
  *
- *  @brief Definitions for time, time utilities, and conversion functions for use 
+ *  @brief Definitions for time, time utilities, and conversion functions for use
  *  with psLib astronomy functions.
  *
- *  A collection of functions are required by psLib to manipulate time data. These 
- *  functions primarily consist of conversions between specific time formats.  They 
- *  use the UNIX timeval time system as the base upon which International Atomic 
+ *  A collection of functions are required by psLib to manipulate time data. These
+ *  functions primarily consist of conversions between specific time formats.  They
+ *  use the UNIX timeval time system as the base upon which International Atomic
  *  Time (TAI) and Universal Time Coordinated (UTC) are calculated.
  *
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-05-31 21:47:46 $
+ *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-08 23:40:45 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -88,6 +88,6 @@
 /** Allocate time struct.
  *
- * Allocates an empty time struct. User must specify the psTimeType 
- * (PS_TIME_TAI or PS_TIME_UTC) in the argument. The seconds and microseconds members 
+ * Allocates an empty time struct. User must specify the psTimeType
+ * (PS_TIME_TAI or PS_TIME_UTC) in the argument. The seconds and microseconds members
  * of the struct are set to zero.
  *
@@ -100,5 +100,5 @@
 /** Get current time.
  *
- * Gets current time from the system clock. User must specify the psTimeType 
+ * Gets current time from the system clock. User must specify the psTimeType
  * (PS_TIME_TAI or PS_TIME_UTC) in the argument.
  *
@@ -122,5 +122,5 @@
 /** Convert psTime to Local Mean Sidereal Time (LMST).
  *
- *  Converts psTime at the given longitude to LMST time. If the input time is not 
+ *  Converts psTime at the given longitude to LMST time. If the input time is not
  *  in UTC format, then it is converted.
  *
@@ -186,5 +186,5 @@
 /** Convert psTime to Julian date time.
  *
- *  Converts psTime to Julian date (JD) time. This function does not add or 
+ *  Converts psTime to Julian date (JD) time. This function does not add or
  *  subtract leapseconds.
  *
@@ -196,5 +196,5 @@
 /** Convert psTime to modified Julian date time.
  *
- *  Converts psTime to modified Julian date (MJD) time. This function does not 
+ *  Converts psTime to modified Julian date (MJD) time. This function does not
  *  add or subtract leapseconds.
  *
@@ -207,5 +207,5 @@
 /** Convert psTime to ISO8601 formatted string.
  *
- *  Converts psTime to a null terminated string in the form of YYYY-MM-DDThh:mm:ss.sss. 
+ *  Converts psTime to a null terminated string in the form of YYYY-MM-DDThh:mm:ss.sss.
  *  This function does not add or subtract leapseconds.
  *
@@ -229,6 +229,6 @@
  * Convert psTime to tm time.
  *
- * Converts psTime to tm time. This function is based on a Perl algorithm availble 
- * in the Pan-STARRS Image processing Algorithm Design Description (ADD). This function 
+ * Converts psTime to tm time. This function is based on a Perl algorithm availble
+ * in the Pan-STARRS Image processing Algorithm Design Description (ADD). This function
  * does not add or subtract leapseconds.
  *
@@ -304,6 +304,6 @@
 /** Convert tm time to psTime.
  *
- *  Converts tm time to psTime. This function is based on a Perl algorithm availble 
- *  in the Pan-STARRS Image processing Algorithm Design Description (ADD). This function 
+ *  Converts tm time to psTime. This function is based on a Perl algorithm availble
+ *  in the Pan-STARRS Image processing Algorithm Design Description (ADD). This function
  *  does not add or subtract leapseconds.
  *
@@ -346,3 +346,3 @@
 /// @}
 
-#endif
+#endif // #ifndef PSTIME_H
