Formatting cosmetics only
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 24 Feb 2009 10:35:21 +0000 (12:35 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 24 Feb 2009 10:35:21 +0000 (12:35 +0200)
lib/transaction.c

index 80ac4f9..23d048b 100644 (file)
@@ -1191,14 +1191,10 @@ int rpmtsRun(rpmts ts, rpmps okProbs, rpmprobFilterFlags ignoreSet)
        return -1;
     }
 
-    /* ===============================================
-     * If unfiltered problems exist, free memory and return.
-     */
-    if ((rpmtsFlags(ts) & RPMTRANS_FLAG_BUILD_PROBS)
-     || (rpmpsNumProblems(ts->probs) &&
-               (okProbs == NULL || rpmpsTrim(ts->probs, okProbs)))
-       )
-    {
+     /* If unfiltered problems exist, free memory and return. */
+    if ((rpmtsFlags(ts) & RPMTRANS_FLAG_BUILD_PROBS) ||
+               (rpmpsNumProblems(ts->probs) &&
+               (okProbs == NULL || rpmpsTrim(ts->probs, okProbs)))) {
        rpmtsFreeLock(lock);
        return ts->orderCount;
     }