Index: trunk/psLib/src/astronomy/psCoord.c
===================================================================
--- trunk/psLib/src/astronomy/psCoord.c	(revision 1492)
+++ trunk/psLib/src/astronomy/psCoord.c	(revision 1497)
@@ -10,6 +10,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-08-11 23:53:54 $
+*  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-12 01:32:21 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -76,5 +76,7 @@
 
 // This function prototype has been modified since the SDRS.
-psSphereTransform* psSphereTransformAlloc(double NPlat, double Xo, double xo)
+psSphereTransform* psSphereTransformAlloc(double NPlat,
+        double Xo,
+        double xo)
 {
     psSphereTransform* tmp = (psSphereTransform* ) psAlloc(sizeof(psSphereTransform));
@@ -95,5 +97,7 @@
 // there are no typo's.
 
-psSphere* psSphereTransformApply(psSphere* out, const psSphereTransform* transform, const psSphere* coord)
+psSphere* psSphereTransformApply(psSphere* out,
+                                 const psSphereTransform* transform,
+                                 const psSphere* coord)
 {
     double sinY = 0.0;
@@ -164,5 +168,6 @@
 
 // This is some kind of arc tan function.
-float arg(float x, float y)
+float arg(float x,
+          float y)
 {
     if (x > 0) {
@@ -184,5 +189,6 @@
 // XXX: Waiting for the definition of the PS_PROJ_PAR projection.
 // XXX: Waiting for the definition of the PS_PROJ_GLS projection.
-psPlane* psProject(const psSphere* coord, const psProjection* projection)
+psPlane* psProject(const psSphere* coord,
+                   const psProjection* projection)
 {
     float R = 0.0;
@@ -226,5 +232,6 @@
 // XXX: Waiting for the definition of the PS_PROJ_PAR projection.
 // XXX: Waiting for the definition of the PS_PROJ_GLS projection.
-psSphere* psDeproject(const psPlane* coord, const psProjection* projection)
+psSphere* psDeproject(const psPlane* coord,
+                      const psProjection* projection)
 {
     float R = 0.0;
@@ -275,5 +282,6 @@
 psSphere* psSphereGetOffset(const psSphere* restrict position1,
                             const psSphere* restrict position2,
-                            psSphereOffsetMode mode, psSphereOffsetUnit unit)
+                            psSphereOffsetMode mode,
+                            psSphereOffsetUnit unit)
 {
     // psPlane* lin;
@@ -336,5 +344,6 @@
 psSphere* psSphereSetOffset(const psSphere* restrict position,
                             const psSphere* restrict offset,
-                            psSphereOffsetMode mode, psSphereOffsetUnit unit)
+                            psSphereOffsetMode mode,
+                            psSphereOffsetUnit unit)
 {
     psPlane lin;
