mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-23 00:08:50 -05:00
Removed the extra newline based on general opinion
This commit is contained in:
parent
21729f0ce4
commit
d97f357f03
@ -263,7 +263,7 @@ static int sync_search(alpm_list_t *syncs, alpm_list_t *targets)
|
||||
}
|
||||
|
||||
indentprint(alpm_pkg_get_desc(pkg), 4);
|
||||
printf("\n\n");
|
||||
printf("\n");
|
||||
}
|
||||
alpm_list_free(ret);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user