xbps_pkg_reverts: style.
This commit is contained in:
parent
2fe65dccec
commit
97045960f9
@ -430,7 +430,8 @@ xbps_humanize_number(char *buf, int64_t bytes)
|
|||||||
* Check if pkg is explicitly marked to replace a specific installed version.
|
* Check if pkg is explicitly marked to replace a specific installed version.
|
||||||
*/
|
*/
|
||||||
bool
|
bool
|
||||||
xbps_pkg_reverts(xbps_dictionary_t pkg, const char *pkgver) {
|
xbps_pkg_reverts(xbps_dictionary_t pkg, const char *pkgver)
|
||||||
|
{
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
xbps_array_t reverts;
|
xbps_array_t reverts;
|
||||||
const char *version = xbps_pkg_version(pkgver);
|
const char *version = xbps_pkg_version(pkgver);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user