Removed the extra newline based on general opinion
This commit is contained in:
parent
21729f0ce4
commit
d97f357f03
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue