Index: trunk/psLib/src/astronomy/psCoord.h
===================================================================
--- trunk/psLib/src/astronomy/psCoord.h	(revision 4162)
+++ trunk/psLib/src/astronomy/psCoord.h	(revision 4190)
@@ -10,6 +10,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-06-08 23:40:45 $
+*  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-06-09 19:26:47 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -320,8 +320,8 @@
  */
 psSphere* psSphereGetOffset(
-    const psSphere* position1,          ///< first position for calculating offset
-    const psSphere* position2,          ///< second position for calculating offset
-    psSphereOffsetMode mode,            ///< type of offset can be PS_SPHERICAL or PS_LINEAR
-    psSphereOffsetUnit unit             ///< specifies the units of offset only
+    const psSphere* position1,         ///< first position for calculating offset
+    const psSphere* position2,         ///< second position for calculating offset
+    psSphereOffsetMode mode,           ///< type of offset can be PS_SPHERICAL or PS_LINEAR
+    psSphereOffsetUnit unit            ///< specifies the units of offset only
 );
 
@@ -338,8 +338,8 @@
  */
 psSphere* psSphereSetOffset(
-    const psSphere* position,           ///< coordinate of origin
-    const psSphere* offset,             ///< coordinate of offset to apply
-    psSphereOffsetMode mode,            ///< corresponds to an offset in angles or local projection
-    psSphereOffsetUnit unit             ///< specifies the units of offset only
+    const psSphere* position,          ///< coordinate of origin
+    const psSphere* offset,            ///< coordinate of offset to apply
+    psSphereOffsetMode mode,           ///< corresponds to an offset in angles or local projection
+    psSphereOffsetUnit unit            ///< specifies the units of offset only
 );
 
@@ -361,5 +361,5 @@
 */
 psPlaneTransform *p_psPlaneTransformLinearInvert(
-    psPlaneTransform *transform         ///<    transform to invert
+    psPlaneTransform *transform        ///<    transform to invert
 );
 
@@ -371,5 +371,5 @@
 */
 psS32 p_psIsProjectionLinear(
-    psPlaneTransform *transform          ///<     transform to test for linearity
+    psPlaneTransform *transform        ///<     transform to test for linearity
 );
 
