Index: trunk/psLib/test/image/tst_psImage.c
===================================================================
--- trunk/psLib/test/image/tst_psImage.c	(revision 1212)
+++ trunk/psLib/test/image/tst_psImage.c	(revision 1406)
@@ -6,6 +6,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-07-13 01:37:58 $
+ *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-06 22:34:06 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -26,10 +26,22 @@
 
 testDescription tests[] = {
-                              {testImageAlloc,546,"psImageAlloc",0,false},
-                              {testImageAlloc,548,"psImageFree",0,true},
-                              {testImageSubset,547,"psImageSubset",0,false},
-                              {testImageSubset,550,"psImageSubset",0,true},
-                              {testImageCopy,551,"psImageCopy",0,false},
-                              {NULL}
+                              {
+                                  testImageAlloc,546,"psImageAlloc",0,false
+                              },
+                              {
+                                  testImageAlloc,548,"psImageFree",0,true
+                              },
+                              {
+                                  testImageSubset,547,"psImageSubset",0,false
+                              },
+                              {
+                                  testImageSubset,550,"psImageSubset",0,true
+                              },
+                              {
+                                  testImageCopy,551,"psImageCopy",0,false
+                              },
+                              {
+                                  NULL
+                              }
                           };
 
@@ -49,6 +61,10 @@
     psImage* image = NULL;
     unsigned int sizes = 6;
-    unsigned int numCols[] = {0,1,1,100,100,150};
-    unsigned int numRows[] = {0,1,100,1,150,100};
+    unsigned int numCols[] = {
+                                 0,1,1,100,100,150
+                             };
+    unsigned int numRows[] = {
+                                 0,1,100,1,150,100
+                             };
     unsigned int types = 12;
     psElemType type[] = { PS_TYPE_S8, PS_TYPE_S16, PS_TYPE_S32, PS_TYPE_S64,
