From b5709b8171c5be82ebb3651680ae3698b7513f43 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Thu, 3 Jan 2013 18:48:52 -0300 Subject: Fix open braces style Signed-off-by: Gerardo Exequiel Pozzi Signed-off-by: Allan McRae --- src/pacman/pacman.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/pacman/pacman.c') diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index f293a5d1..f3ca8b97 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -258,7 +258,8 @@ static void setuseragent(void) * * @param ret the return value */ -static void cleanup(int ret) { +static void cleanup(int ret) +{ /* free alpm library resources */ if(config->handle && alpm_release(config->handle) == -1) { pm_printf(ALPM_LOG_ERROR, "error releasing alpm library\n"); -- cgit v1.2.3-54-g00ecf