Index: /trunk/archive/pslib/include/psMath.h
===================================================================
--- /trunk/archive/pslib/include/psMath.h	(revision 296)
+++ /trunk/archive/pslib/include/psMath.h	(revision 297)
@@ -29,5 +29,5 @@
 	    char *operator,		///< operator 
 	    void *in2			///< second input
-);
+    );
 
 /** Perform a binary operation on two data items (psImage, psVector, psScalar). */
@@ -36,5 +36,5 @@
 	   void *in,			///< input
 	   char *operator		///< operator 
-);
+    );
 
 /** create a psType-ed structure from a constant double value. */
@@ -46,5 +46,5 @@
 psScalarType (char *mode, 		///< type description 
 	      ...			///< value (or values) of specified types
-);
+    );
 
 /* \} */ // End of MathGroup Functions
