From 293e281d6bd4b9c2c1de146184835ed34dc87b05 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Sun, 2 Dec 2018 06:46:37 +0000 Subject: [PATCH] fix whitespace --- zpm-syncfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zpm-syncfs.c b/zpm-syncfs.c index 4aa792d..c2ee846 100644 --- a/zpm-syncfs.c +++ b/zpm-syncfs.c @@ -1300,7 +1300,7 @@ static void runstage(struct config *conf, char *stage, /* TODO final report function in conf var */ } -int main(int ac, char **av){ +int main(int ac, char **av) { struct zpm localdb; struct zpm pkgdb; int opt; -- 2.40.0