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); indentprint(alpm_pkg_get_desc(pkg), 4);
printf("\n\n"); printf("\n");
} }
alpm_list_free(ret); alpm_list_free(ret);
} else { } else {