@pmatilai commented on this pull request.
> @@ -80,6 +87,33 @@ static int doShell(rpmSpec spec)
}
#endif
+static int printSourceFilenames(rpmSpec spec, rpmSourceFlags what)
+{
+ rpmSpecSrcIter iter = rpmSpecSrcIterInit(spec);
+
+ rpmSpecSrc src;
+ while ((src = rpmSpecSrcIterNext(iter)) != NULL)
+ {
Cosmetics: the opening { brace belongs to the previous line (with the exception
of function body start)
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/4262#pullrequestreview-4701824425
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/4262/review/[email protected]>_______________________________________________
Rpm-maint mailing list
[email protected]
https://lists.rpm.org/mailman/listinfo/rpm-maint