X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/b9adb829d99d06636284a2b7b39fb2a9d1892ef4..f98df54969e42ca1a89486ac41faf496d4e46ec6:/client/tripectl.c diff --git a/client/tripectl.c b/client/tripectl.c index 4aece8d1..7386b304 100644 --- a/client/tripectl.c +++ b/client/tripectl.c @@ -268,10 +268,7 @@ static void logfile(const char *name) } } -static void sighup(int sig, void *v) -{ - logfile(logname); -} +static void sighup(int sig, void *v) { logfile(logname); } static void cleanup(void) { @@ -287,9 +284,7 @@ static void sigdie(int sig) } static void version(FILE *fp) -{ - pquis(fp, "$, TrIPE version " VERSION "\n"); -} + { pquis(fp, "$, TrIPE version " VERSION "\n"); } static void usage(FILE *fp) {