From 78504360bf7518b5f7caadcf34ecb22187bdeeb8 Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Sun, 8 Jul 2018 14:59:13 +0200 Subject: [PATCH] Fix whitespace issues. --- catpoint.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/catpoint.c b/catpoint.c index 208685f..e31771f 100644 --- a/catpoint.c +++ b/catpoint.c @@ -15,7 +15,7 @@ char **p; /* the slides */ int n; /* the number of slides */ -void +void cleanup(int s) { int i; @@ -26,7 +26,6 @@ cleanup(int s) exit(1); } - void setsignal() { @@ -39,7 +38,6 @@ setsignal() signal(SIGTERM, cleanup); } - int main(int argc, char *argv[]) { @@ -132,7 +130,7 @@ again: } /* unmap mem */ - cleanup(0); + cleanup(0); return (0); }