Index: trunk/psphot/src/psphotLoadPixels.c
===================================================================
--- trunk/psphot/src/psphotLoadPixels.c	(revision 6117)
+++ trunk/psphot/src/psphotLoadPixels.c	(revision 6379)
@@ -24,5 +24,5 @@
         }
     }
-
+    
     // Read in the input pixels
     if (! pmFPARead(input->fpa, input->fits, input->phu, db)) {
@@ -30,4 +30,5 @@
         exit(EXIT_FAILURE);
     }
+
     return true;
 }
