src/librc/librc-daemon.c: style fix

This commit is contained in:
William Hubbs 2014-07-19 13:03:00 -05:00
parent cc1bc6a4ce
commit 1f7582c78b

View File

@ -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;