diff --git a/src/librc/librc-daemon.c b/src/librc/librc-daemon.c index a53e6e16..8793075d 100644 --- a/src/librc/librc-daemon.c +++ b/src/librc/librc-daemon.c @@ -131,7 +131,7 @@ rc_find_pids(const char *exec, const char *const *argv, uid_t uid, pid_t pid) if (exists("/proc/self/status")) { fp = fopen("/proc/self/status", "r"); if (fp) { - while(! feof(fp)) { + while (! feof(fp)) { rc_getline(&line, &len, fp); if (strncmp(line, "envID:\t0", 8) == 0) { openvz_host = true;