1
0
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:
Aaron Griffin 2007-01-31 08:30:15 +00:00
parent 21729f0ce4
commit d97f357f03

View File

@ -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 {