Index: trunk/psLib/src/math/psPolynomial.c
===================================================================
--- trunk/psLib/src/math/psPolynomial.c	(revision 5542)
+++ trunk/psLib/src/math/psPolynomial.c	(revision 5576)
@@ -7,6 +7,6 @@
 *  polynomials.  It also contains a Gaussian functions.
 *
-*  @version $Revision: 1.131 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-11-18 19:39:29 $
+*  @version $Revision: 1.132 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-11-22 21:40:40 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -725,9 +725,10 @@
 }
 
-psPolynomial4D* psPolynomial4DAlloc( unsigned int nX,
-                                     unsigned int nY,
-                                     unsigned int nZ,
-                                     unsigned int nT,
-                                     psPolynomialType type)
+psPolynomial4D* psPolynomial4DAlloc(
+    unsigned int nX,
+    unsigned int nY,
+    unsigned int nZ,
+    unsigned int nT,
+    psPolynomialType type)
 {
     PS_ASSERT_INT_NONNEGATIVE(nX, NULL);
