Index: trunk/psModules/src/detrend/pmNonLinear.c
===================================================================
--- trunk/psModules/src/detrend/pmNonLinear.c	(revision 5543)
+++ trunk/psModules/src/detrend/pmNonLinear.c	(revision 5675)
@@ -5,6 +5,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-11-18 19:43:14 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-12-05 20:49:40 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -32,11 +32,12 @@
 pmNonLinearityLookup(): This routine will take an pmReadout image as input
 and a 1-D polynomial.  For each pixel in the input image, the polynomial will
-be evaluated at that pixels value, and the image pixel will then be set 
+be evaluated at that pixels value, and the image pixel will then be set
 to
 that value.
 *****************************************************************************/
 
-pmReadout *pmNonLinearityPolynomial(pmReadout *inputReadout,
-                                    const psPolynomial1D *input1DPoly)
+pmReadout *pmNonLinearityPolynomial(
+    pmReadout *inputReadout,
+    const psPolynomial1D *input1DPoly)
 {
     PS_ASSERT_PTR_NON_NULL(inputReadout, NULL);
@@ -48,4 +49,5 @@
         PS_WARN_PTR_NON_NULL(inputReadout->parent->concepts);
     }
+
     //
     // Determine trimmed image from metadata.
