X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/786989941b7b4504f0234c4a318f929802e981ad..d167fc1b2599ab06f857e984fc203fd7f64f4c0a:/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) {