X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/786989941b7b4504f0234c4a318f929802e981ad..797cf76bc51a342ab680c9426a480bd544edf334:/pkstream/pkstream.c 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) {