commit 0337ea9979944afc906309072f437bb4efc72551 parent 0d82fcf4cd07daa5d1f6f83d91808081455ed46f Author: sin <sin@2f30.org> Date: Tue, 17 Jun 2014 13:08:22 +0100 Style fix Diffstat:
M | installpkg.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/installpkg.c b/installpkg.c @@ -72,7 +72,7 @@ main(int argc, char *argv[]) static int collidepkg(struct db *db, struct pkg *pkg, void *file) { - (void)pkg; + (void) pkg; if (dbcollide(db, file) < 0) return -1; return 0;