pmatilai commented on this pull request.


>       rpmlog(RPMLOG_NOTICE, _("\n\nRPM build errors:\n"));
        rpmlogPrint(NULL);
     }
     rpmugFree();
-
+    if (missing_buildreqs && !rc) {
+       rc = RPMRC_MISSINGBUILDREQUIRES;
+    }
+    if (rc == RPMRC_FAIL)
+       rc = 1;

Please use consistent style with the to if's: either curly braces in both, or 
neither.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/593#pullrequestreview-235969374
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to