strip trailing newlines

This commit is contained in:
Mike Frysinger
2008-01-14 05:05:22 +00:00
parent b054a7251b
commit 6aab712cb4
31 changed files with 76 additions and 76 deletions

View File

@ -3,7 +3,7 @@
Finds PID for given daemon criteria
*/
/*
/*
* Copyright 2007 Roy Marples
* All rights reserved
@ -234,7 +234,7 @@ pid_t *rc_find_pids (const char *exec, const char *cmd,
if ((argv = _KVM_GETARGV (kd, &kp[i], argc)) == NULL || ! *argv)
continue;
if (strcmp (*argv, exec) != 0)
if (strcmp (*argv, exec) != 0)
continue;
}