summaryrefslogtreecommitdiffstats
path: root/src/pacman/pacman.c
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2013-01-03 18:48:52 -0300
committerAllan McRae <allan@archlinux.org>2013-01-04 21:49:37 +1000
commitb5709b8171c5be82ebb3651680ae3698b7513f43 (patch)
tree51993e70ae95ccecf0c74c5e82d45c4915421efa /src/pacman/pacman.c
parente13a3bf5990d03cca25c86efbfbaf2540d645413 (diff)
downloadpacman-b5709b8171c5be82ebb3651680ae3698b7513f43.tar.xz
Fix open braces style
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'src/pacman/pacman.c')
-rw-r--r--src/pacman/pacman.c3
1 files changed, 2 insertions, 1 deletions
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");