Index: trunk/psModules/src/config/pmConfig.c
===================================================================
--- trunk/psModules/src/config/pmConfig.c	(revision 37051)
+++ trunk/psModules/src/config/pmConfig.c	(revision 42283)
@@ -1304,6 +1304,5 @@
         while ((camerasItem = psMetadataGetAndIncrement(camerasIter))) {
             // Open the camera information
-            psTrace("psModules.config.format", 3, "Inspecting camera %s (%s)\n", camerasItem->name,
-                    camerasItem->comment);
+            psTrace("psModules.config.format", 3, "Inspecting camera %s (%s)\n", camerasItem->name, camerasItem->comment);
             assert(camerasItem->type == PS_DATA_METADATA); // It should be because we've read it in or deleted
             psMetadata *testCamera = camerasItem->data.md; // Camera to test against what we've got:
