Index: trunk/psModules/src/objects/pmPSF_IO.c
===================================================================
--- trunk/psModules/src/objects/pmPSF_IO.c	(revision 15707)
+++ trunk/psModules/src/objects/pmPSF_IO.c	(revision 15982)
@@ -6,6 +6,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-11-28 01:01:14 $
+ *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2008-01-02 20:37:43 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -54,5 +54,4 @@
     PS_ASSERT_PTR_NON_NULL(file->fpa, false);
     PS_ASSERT_PTR_NON_NULL(file->fpa->chips, false);
-
     pmFPA *fpa = file->fpa;
 
@@ -61,8 +60,10 @@
         return exists;
     }
+
     if (view->chip >= fpa->chips->n) {
         psError(PS_ERR_IO, true, "Requested chip == %d >= fpa->chips->n == %ld", view->chip, fpa->chips->n);
         return false;
     }
+
     pmChip *chip = fpa->chips->data[view->chip];
     PS_ASSERT_PTR_NON_NULL(chip, false);
@@ -73,8 +74,10 @@
         return exists;
     }
+
     if (view->cell >= chip->cells->n) {
         psError(PS_ERR_IO, true, "Requested cell == %d >= chip->cells->n == %ld", view->cell, chip->cells->n);
         return false;
     }
+
     psError(PS_ERR_IO, false, "PSF only valid at the chip level");
     return false;
@@ -181,5 +184,6 @@
 // else
 //   - psf table (+header) : FITS Table
-bool pmPSFmodelWrite (psMetadata *analysis, const pmFPAview *view, pmFPAfile *file, const pmConfig *config)
+bool pmPSFmodelWrite (psMetadata *analysis, const pmFPAview *view,
+                      pmFPAfile *file, const pmConfig *config)
 {
     PS_ASSERT_PTR_NON_NULL(view, false);
