Index: trunk/psModules/src/config/pmConfig.c
===================================================================
--- trunk/psModules/src/config/pmConfig.c	(revision 12716)
+++ trunk/psModules/src/config/pmConfig.c	(revision 12766)
@@ -4,6 +4,6 @@
  *  @author EAM (IfA)
  *
- *  @version $Revision: 1.84 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-04-03 20:28:26 $
+ *  @version $Revision: 1.85 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-04-06 00:44:56 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -367,5 +367,4 @@
         {
             psTrace("psModules.config", 7, "Initialising psTime with file %s\n", timeName);
-            // XXX: PAP had a call to psLibInit is PRODUCTION not set.  Why?
             psTimeInitialize(timeName);
         }
@@ -833,5 +832,5 @@
             }
         } // Done looking at all cameras
-	psFree(camerasIter);
+        psFree(camerasIter);
 
         if (! config->camera) {
@@ -842,7 +841,7 @@
         // Now we have the camera, we can read the recipes
         if (readRecipes && !pmConfigReadRecipes(config, PM_RECIPE_SOURCE_CAMERA | PM_RECIPE_SOURCE_CL)) {
-	    psError(PS_ERR_IO, false, "Error reading recipes from camera config for %s", config->cameraName);
-	    return NULL;
-	}
+            psError(PS_ERR_IO, false, "Error reading recipes from camera config for %s", config->cameraName);
+            return NULL;
+        }
         return psMemIncrRefCounter(format);
     }
