Index: trunk/psLib/test/image/tst_psImageIO.c
===================================================================
--- trunk/psLib/test/image/tst_psImageIO.c	(revision 1253)
+++ trunk/psLib/test/image/tst_psImageIO.c	(revision 1406)
@@ -6,6 +6,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-07-21 23:49:52 $
+ *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-06 22:34:06 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -35,7 +35,13 @@
 
 testDescription tests[] = {
-                              {testImageRead,567,"psImageReadSection",0,false},
-                              {testImageWrite,569,"psImageWriteSection",0,false},
-                              {NULL}
+                              {
+                                  testImageRead,567,"psImageReadSection",0,false
+                              },
+                              {
+                                  testImageWrite,569,"psImageWriteSection",0,false
+                              },
+                              {
+                                  NULL
+                              }
                           };
 
@@ -291,5 +297,6 @@
     mkdir("tmpImages",0777);
     remove
-        ("writeTest.fits");
+        ("writeTest.fits")
+        ;
     if (! psImageWriteSection(img,0,0,0,NULL,0,"tmpImages/writeTest.fits")) {
         psError(__func__,"Couldn't write writeTest.fits.");
