app/status: Fix spacing in function call
Closes: #1783 Approved by: cgwalters
This commit is contained in:
parent
adff1e98b6
commit
ed3294fa98
@ -712,8 +712,8 @@ print_one_deployment (RPMOSTreeSysroot *sysroot_proxy,
|
|||||||
if (active_removals_nevra->len > 0 )
|
if (active_removals_nevra->len > 0 )
|
||||||
{
|
{
|
||||||
g_ptr_array_add (active_removals_nevra, NULL);
|
g_ptr_array_add (active_removals_nevra, NULL);
|
||||||
print_packages("RemovedBasePackages", max_key_len,
|
print_packages ("RemovedBasePackages", max_key_len,
|
||||||
(const char *const*)active_removals_nevra->pdata, NULL);
|
(const char *const*)active_removals_nevra->pdata, NULL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user