X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/b9adb829d99d06636284a2b7b39fb2a9d1892ef4..f98df54969e42ca1a89486ac41faf496d4e46ec6:/pkstream/pkstream.c?ds=inline diff --git a/pkstream/pkstream.c b/pkstream/pkstream.c index e291a9bd..6e36adc2 100644 --- a/pkstream/pkstream.c +++ b/pkstream/pkstream.c @@ -89,14 +89,10 @@ static size_t pk_nmax = 128, pk_szmax = 1024 * 1024; /*----- Main code ---------------------------------------------------------*/ static int nonblockify(int fd) -{ - return (fdflags(fd, O_NONBLOCK, O_NONBLOCK, 0, 0)); -} + { return (fdflags(fd, O_NONBLOCK, O_NONBLOCK, 0, 0)); } static int cloexec(int fd) -{ - return (fdflags(fd, 0, 0, FD_CLOEXEC, FD_CLOEXEC)); -} + { return (fdflags(fd, 0, 0, FD_CLOEXEC, FD_CLOEXEC)); } static void dolisten(void); @@ -318,9 +314,7 @@ static void usage(FILE *fp) } static void version(FILE *fp) -{ - pquis(fp, "$, tripe version " VERSION "\n"); -} + { pquis(fp, "$, tripe version " VERSION "\n"); } static void help(FILE *fp) {