From 9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 17 Sep 2006 16:28:10 +0000 Subject: whitespace cleanup --- debianutils/start_stop_daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debianutils/start_stop_daemon.c') diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c index e0c8f2d9b..dcff1dd86 100644 --- a/debianutils/start_stop_daemon.c +++ b/debianutils/start_stop_daemon.c @@ -45,7 +45,7 @@ static int pid_is_exec(pid_t pid, const char *name) sprintf(buf, "/proc/%d/exe", pid); execbuf = xstrdup(name); readlink(buf, execbuf, strlen(name)+1); - + equal = ! strcmp(execbuf, name); if (ENABLE_FEATURE_CLEAN_UP) free(execbuf); -- cgit v1.2.3