Index: /trunk/archive/pslib/include/psMetaData.h
===================================================================
--- /trunk/archive/pslib/include/psMetaData.h	(revision 293)
+++ /trunk/archive/pslib/include/psMetaData.h	(revision 294)
@@ -55,12 +55,11 @@
 
 /** Constructor */
-psMetaDataItem *psMetaDataItemAlloc(
-    int typeFlags,			//!< type of this piece of metadata + flags
-    const void *val,			//!< value of new item
-    					//!< N.b. a pointer even if the item
-    					//!< is of type e.g. int
-    const char *comment,		//!< comment associated with item
-    const char *name,			//!< name of new item of metadata (may be an sprintf format)
-    ...					//!< possible arguments for name format
+psMetaDataItem *psMetaDataItemAlloc(int typeFlags, //!< type of this piece of metadata + flags
+				    const void *val, //!< value of new item N.b. a pointer even if the item
+					             //!< is of type e.g. int
+				    const char *comment, //!< comment associated with item
+				    const char *name, //!< name of new item of metadata (may be in sprintf
+						      //!< format)
+				    ...	//!< possible arguments for name format
     );
 
