X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/599e2cbfe3d7983cc43c1caadba120f315d516cc..b2776fdf2a98ea586bbdad50eca4ed95e967b0d7:/pixie.c diff --git a/pixie.c b/pixie.c index 95c6252..af6483a 100644 --- a/pixie.c +++ b/pixie.c @@ -7,7 +7,7 @@ * (c) 1999 Straylight/Edgeware */ -/*----- Licensing notice --------------------------------------------------* +/*----- Licensing notice --------------------------------------------------* * * This file is part of Catacomb. * @@ -15,12 +15,12 @@ * it under the terms of the GNU Library General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. - * + * * Catacomb is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Library General Public License for more details. - * + * * You should have received a copy of the GNU Library General Public * License along with Catacomb; if not, write to the Free * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, @@ -197,7 +197,7 @@ static void *p_alloc(size_t sz) return (p); if (P_ROOT->next == P_ROOT) return (0); - if (verbose) { + if (verbose) { log("flushing passphrase `%s' to free up needed space", P_ROOT->next->tag); } @@ -625,7 +625,7 @@ static unsigned long pixserv_timeout(const char *p) case 'h': t *= 60; case 'm': t *= 60; case 's': if (q[1] != 0) - default: t = 0; + default: t = 0; case 0: break; } return (t); @@ -1111,7 +1111,7 @@ static void pix_client(struct sockaddr_un *sun, size_t sz, char *argv[]) shutdown(fd, 1); c_flags |= cf_uclose | cf_cooked; dstr_destroy(&d); - } + } /* --- And repeat --- */ @@ -1253,7 +1253,7 @@ int main(int argc, char *argv[]) /* --- Magic terminator --- */ - { 0, 0, 0, 0 } + { 0, 0, 0, 0 } }; int i = mdwopt(argc, argv, "hVuqvCPs:c:ft:idl", opts, 0, 0, 0); @@ -1410,7 +1410,7 @@ int main(int argc, char *argv[]) /* --- Fork into the background if requested --- */ - if (f & f_daemon) { + if (f & f_daemon) { pid_t kid; if (((f & f_stdin) &&