Index: /branches/pap_branch_070920/psLib/src/fits/psFitsImage.c
===================================================================
--- /branches/pap_branch_070920/psLib/src/fits/psFitsImage.c	(revision 15109)
+++ /branches/pap_branch_070920/psLib/src/fits/psFitsImage.c	(revision 15110)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-01-09 22:38:52 $
+ *  @version $Revision: 1.17.14.1 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-09-29 21:55:05 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -38,6 +38,5 @@
 
 // Information required to read a FITS file
-typedef struct
-{
+typedef struct {
     int nAxis;                          // Number of axes
     int bitPix;                         // Bits per pixel
@@ -48,6 +47,5 @@
     int fitsDatatype;                   // cfitsio data type
     int psDatatype;                     // psLib data type
-}
-p_psFitsReadInfo;
+} p_psFitsReadInfo;
 
 static p_psFitsReadInfo *p_psFitsReadInfoAlloc(const psFits *fits, // The FITS file handle
