From 88df07717de868dc2bd2424afefaea6c77efa4c0 Mon Sep 17 00:00:00 2001 From: "Jason St. John" Date: Thu, 31 Oct 2013 17:31:32 -0400 Subject: Remove spaces between the opening "if" and the opening parenthesis Signed-off-by: Jason St. John Signed-off-by: Allan McRae --- src/pacman/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pacman/util.c') 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"); } -- cgit v1.2.3-24-g4f1b