summaryrefslogtreecommitdiffstats
path: root/src/pacman/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/util.c')
-rw-r--r--src/pacman/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/util.c b/src/pacman/util.c
index 0e9a4200..d7e44fbf 100644
--- a/src/pacman/util.c
+++ b/src/pacman/util.c
@@ -611,7 +611,7 @@ static int table_display(const alpm_list_t *header,
return -1;
}
- if (header) {
+ if(header) {
table_print_line(header, padding, totalcols, widths, has_data);
printf("\n");
}