Index: trunk/psLib/src/image/psImage.h
===================================================================
--- trunk/psLib/src/image/psImage.h	(revision 1440)
+++ trunk/psLib/src/image/psImage.h	(revision 1441)
@@ -12,6 +12,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-09 23:34:58 $
+ *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-09 23:40:55 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -114,5 +114,5 @@
                               float x, float y, psF32 unexposedValue, psImageInterpolateMode mode);
 
-#    define p_psImagePixelInterpolateFcns(TYPE) \
+#define p_psImagePixelInterpolateFcns(TYPE) \
 inline psF64 p_psImagePixelInterpolateFLAT_##TYPE( \
         const psImage* input, \
@@ -128,5 +128,5 @@
                                                      );
 
-#    define p_psImagePixelInterpolateComplexFcns(TYPE) \
+#define p_psImagePixelInterpolateComplexFcns(TYPE) \
 inline psC64 p_psImagePixelInterpolateFLAT_##TYPE( \
         const psImage* input, \
Index: trunk/psLib/src/image/psImageExtraction.h
===================================================================
--- trunk/psLib/src/image/psImageExtraction.h	(revision 1440)
+++ trunk/psLib/src/image/psImageExtraction.h	(revision 1441)
@@ -10,6 +10,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-08-09 23:34:58 $
+*  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-09 23:40:55 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -17,9 +17,9 @@
 
 #ifndef PSIMAGEEXTRACTION_H
-#    define PSIMAGEEXTRACTION_H
+#define PSIMAGEEXTRACTION_H
 
-#    include "psImage.h"
-#    include "psVector.h"
-#    include "psStats.h"
+#include "psImage.h"
+#include "psVector.h"
+#include "psStats.h"
 
 /// @addtogroup Image
Index: trunk/psLib/src/image/psImageIO.h
===================================================================
--- trunk/psLib/src/image/psImageIO.h	(revision 1440)
+++ trunk/psLib/src/image/psImageIO.h	(revision 1441)
@@ -10,15 +10,15 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-09 23:34:58 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-09 23:40:55 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  */
 #ifndef PS_IMAGEIO_H
-#    define PS_IMAGEIO_H
+#define PS_IMAGEIO_H
 
-#    include <stdbool.h>
+#include <stdbool.h>
 
-#    include "psImage.h"
+#include "psImage.h"
 
 /// @addtogroup ImageIO
Index: trunk/psLib/src/image/psImageManip.h
===================================================================
--- trunk/psLib/src/image/psImageManip.h	(revision 1440)
+++ trunk/psLib/src/image/psImageManip.h	(revision 1441)
@@ -11,13 +11,13 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-09 23:34:58 $
+ *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-09 23:40:55 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  */
 #ifndef PS_IMAGE_MANIP_H
-#    define PS_IMAGE_MANIP_H
+#define PS_IMAGE_MANIP_H
 
-#    include "psImage.h"
+#include "psImage.h"
 
 /// @addtogroup Image
Index: trunk/psLib/src/image/psImageStats.h
===================================================================
--- trunk/psLib/src/image/psImageStats.h	(revision 1440)
+++ trunk/psLib/src/image/psImageStats.h	(revision 1441)
@@ -10,17 +10,17 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-08-09 23:34:58 $
+*  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-09 23:40:55 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
 */
 #if !defined(PS_IMAGE_STATS_H)
-#    define PS_IMAGE_STATS_H
+#define PS_IMAGE_STATS_H
 
-#    include "psType.h"
-#    include "psVector.h"
-#    include "psImage.h"
-#    include "psStats.h"
-#    include "psFunctions.h"
+#include "psType.h"
+#include "psVector.h"
+#include "psImage.h"
+#include "psStats.h"
+#include "psFunctions.h"
 
 /// @addtogroup ImageStats
