Index: trunk/ippTools/src/regtool.c
===================================================================
--- trunk/ippTools/src/regtool.c	(revision 17589)
+++ trunk/ippTools/src/regtool.c	(revision 17611)
@@ -574,6 +574,6 @@
         psFree(where);
         if (whereClause) {
-	    psStringAppend(&query, " %s", whereClause);
-	    psFree(whereClause);
+        psStringAppend(&query, " %s", whereClause);
+        psFree(whereClause);
         }
     }
@@ -701,5 +701,5 @@
         }
         psError(PS_ERR_UNKNOWN, false, "database error");
-	psFree(newExp);
+    psFree(newExp);
         return false;
     }
@@ -712,5 +712,5 @@
         }
         psError(PS_ERR_UNKNOWN, false, "failed to change newExp.state for exp_id: %s", exp_id);
-	psFree(newExp);
+    psFree(newExp);
         return false;
     }
@@ -725,5 +725,5 @@
         }
 
-	psFree(newExp);
+    psFree(newExp);
         return true;
     }
@@ -736,5 +736,5 @@
                 (psS64)atoll(exp_id),
                 workdir,
-	        label,
+            label,
                 reduction,
                 NULL, // expgroup
@@ -748,5 +748,5 @@
         }
         psError(PS_ERR_UNKNOWN, false, "failed to queue chipPendingExp");
-	psFree(newExp);
+    psFree(newExp);
         return false;
     }
@@ -754,5 +754,5 @@
     if (!psDBCommit(config->dbh)) {
         psError(PS_ERR_UNKNOWN, false, "database error");
-	psFree(newExp);
+    psFree(newExp);
         return false;
     }
@@ -778,5 +778,5 @@
 
     if (!config->where) {
-	config->where = psMetadataAlloc();
+    config->where = psMetadataAlloc();
     }
 
