Index: /trunk/ippTools/src/dettool.c
===================================================================
--- /trunk/ippTools/src/dettool.c	(revision 7247)
+++ /trunk/ippTools/src/dettool.c	(revision 7248)
@@ -446,10 +446,13 @@
         psString det_id = psMetadataLookupStr(&status, config->args, "-det_id");
         if (!status) {
-            psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -det_id");
+            psError(PS_ERR_UNKNOWN, false,
+                    "failed to lookup value for -det_id");
             return false;
         }
-        psString class_id = psMetadataLookupStr(&status, config->args, "-class_id");
+        psString class_id = psMetadataLookupStr(&status, config->args,
+            "-class_id");
         if (!status) {
-            psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -class_id");
+            psError(PS_ERR_UNKNOWN, false,
+                    "failed to lookup value for -class_id");
             return false;
         }
@@ -464,5 +467,6 @@
         }
         if (class_id) {
-            if (!psMetadataAddStr(where, PS_LIST_TAIL, "class_id", 0, "==", class_id)) {
+            if (!psMetadataAddStr(where, PS_LIST_TAIL, "class_id", 0, "==",
+                        class_id)) {
                 psError(PS_ERR_UNKNOWN, false, "failed to add item class_id");
                 psFree(where);
