aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--URPM.xs3
1 files changed, 2 insertions, 1 deletions
diff --git a/URPM.xs b/URPM.xs
index 729ea7a..d0e0f04 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -1447,7 +1447,8 @@ ts_nosignature(rpmts ts) {
rpmtsSetVSFlags(ts, _RPMVSF_NODIGESTS | _RPMVSF_NOSIGNATURES);
}
-static void *rpmRunTransactions_callback(__attribute__((unused)) const void *h,
+static void *
+rpmRunTransactions_callback(__attribute__((unused)) const void *h,
const rpmCallbackType what,
const rpmuint64_t amount,
const rpmuint64_t total,