From cd5dfe9bb7b6a784a5591d659881a3c6fb428512 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 21 Feb 2008 10:18:15 +0000 Subject: [PATCH] Indenting --- src/daemon.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/daemon.c b/src/daemon.c index f9d663a..53dc766 100644 --- a/src/daemon.c +++ b/src/daemon.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2008, Index Data ApS * See the file LICENSE for details. * - * $Id: daemon.c,v 1.2 2008-02-21 10:15:30 adam Exp $ + * $Id: daemon.c,v 1.3 2008-02-21 10:18:15 adam Exp $ */ /** @@ -146,17 +146,17 @@ static void keepalive(void (*work)(void *data), void *data) yaz_log(YLOG_WARN, "Received SIG %d from child %ld", WTERMSIG(status), (long) p); cont = 0; - } - } - else if (status == 0) - cont = 0; /* child exited normally */ - else - { /* child exited with error */ - yaz_log(YLOG_LOG, "Exit %d from child %ld", status, (long) p); - cont = 0; } + } + else if (status == 0) + cont = 0; /* child exited normally */ + else + { /* child exited with error */ + yaz_log(YLOG_LOG, "Exit %d from child %ld", status, (long) p); + cont = 0; + } if (cont) /* respawn slower as we get more errors */ - sleep(1 + run/5); + sleep(1 + run/5); run++; } } -- 1.7.10.4