Commit 3e09e978 3e09e9781889469eac4d8ed080ecd7d60c69b4f7 by Sergey Poznyakoff

Fixed indentation

1 parent 470d88d7
......@@ -25,7 +25,7 @@ imap4d_sigchld (int signo)
pid_t pid;
int status;
while ( (pid = waitpid(-1, &status, WNOHANG)) > 0)
while ((pid = waitpid (-1, &status, WNOHANG)) > 0)
--children;
#ifndef HAVE_SIGACTION
/* On some system, signal implements the unreliable semantic and
......@@ -57,8 +57,5 @@ imap4d_signal (int signo)
default:
imap4d_bye (ERR_SIGNAL);
}
}
}
......