Index: trunk/psModules/src/concepts/pmConceptsWrite.c
===================================================================
--- trunk/psModules/src/concepts/pmConceptsWrite.c	(revision 23577)
+++ trunk/psModules/src/concepts/pmConceptsWrite.c	(revision 23587)
@@ -62,6 +62,5 @@
         while ((cItem = psListGetAndIncrement(cIter))) {
             if (cItem->type != PS_DATA_STRING) {
-                psWarning("psMetadataItem from list is of type %x instead of "
-                         "%x (PS_DATA_STRING) --- can't interpret.\n", cItem->type, PS_DATA_STRING);
+		psWarning("psMetadataItem from list is of type %x instead of %x (PS_DATA_STRING) --- can't interpret.\n", cItem->type, PS_DATA_STRING);
                 psFree(cIter);
                 psFree(sIter);
@@ -183,5 +182,5 @@
         }
     default:
-        psWarning("Type of %s is not suitable for a FITS header --- not added.\n",
+      psWarning("Type of %s is not suitable for a FITS header --- not added.\n",
                  item->name);
         return false;
