Index: trunk/psLib/test/imageops/tap_psImageSmooth.c
===================================================================
--- trunk/psLib/test/imageops/tap_psImageSmooth.c	(revision 11689)
+++ trunk/psLib/test/imageops/tap_psImageSmooth.c	(revision 12094)
@@ -5,6 +5,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-02-08 01:22:08 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-02-27 23:56:12 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -47,11 +47,9 @@
 
     if (flags & TS00_IM_NULL) {
-        if (VERBOSE)
-            printf("        using a NULL image\n");
+        if (VERBOSE) printf("        using a NULL image\n");
     }
 
     if (flags & TS00_IM_F32) {
-        if (VERBOSE)
-            printf("        using a psF32 image\n");
+        if (VERBOSE) printf("        using a psF32 image\n");
         img = psImageAlloc(numCols, numRows, PS_TYPE_F32);
         // Set a checkboard pattern
