Index: trunk/archive/pslib/include/psBitMask.h
===================================================================
--- trunk/archive/pslib/include/psBitMask.h	(revision 238)
+++ trunk/archive/pslib/include/psBitMask.h	(revision 240)
@@ -33,7 +33,7 @@
 /** apply the given operator to two bit masks */
 psBitMask *
-psBitMaskOp(psBitMask *outMask,	//!< Output bit mask or NULL
-	    const psBitMask *restrict inMask1,	//!< Input bit mask 1
-	    char *operator,		///< bit mask operator (AND, OR, XOR)
+psBitMaskOp(psBitMask *outMask,		//!< Output bit mask or NULL
+	    const psBitMask *restrict inMask1, //!< Input bit mask 1
+	    char *operator,		//!< bit mask operator (AND, OR, XOR)
 	    const psBitMask *restrict inMask2 //!< Input bit mask 2
     );
