From 97045960f9dca86e0e3ca8cc9b7018baf7d14445 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 27 Sep 2014 11:28:29 +0200 Subject: [PATCH] xbps_pkg_reverts: style. --- lib/util.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/util.c b/lib/util.c index 20c26bf1..848d2e81 100644 --- a/lib/util.c +++ b/lib/util.c @@ -430,7 +430,8 @@ xbps_humanize_number(char *buf, int64_t bytes) * Check if pkg is explicitly marked to replace a specific installed version. */ bool -xbps_pkg_reverts(xbps_dictionary_t pkg, const char *pkgver) { +xbps_pkg_reverts(xbps_dictionary_t pkg, const char *pkgver) +{ unsigned int i; xbps_array_t reverts; const char *version = xbps_pkg_version(pkgver);