catpoint

Catpoint simple presenting software.
git clone git://r-36.net/catpoint
Log | Files | Refs | LICENSE

commit 78504360bf7518b5f7caadcf34ecb22187bdeeb8
parent 62d8733dfbae0ee35a6d71a77409e8bc33f2b8f8
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sun,  8 Jul 2018 14:59:13 +0200

Fix whitespace issues.

Diffstat:
catpoint.c | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git 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); }