From dd9fbeae4e59c8919d23420f00733ef01c56a986 Mon Sep 17 00:00:00 2001 From: niki Date: Sat, 17 Dec 2005 03:44:52 +0000 Subject: [PATCH] space -> tab --- src/collectd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/collectd.c b/src/collectd.c index ebfc62c2..af3d1061 100644 --- a/src/collectd.c +++ b/src/collectd.c @@ -263,7 +263,7 @@ pidfile_remove (const char *file) if (file == NULL) { file = PIDFILE; } - return (unlink (file)); + return (unlink (file)); } /* static int pidfile_remove (const char *file) */ #endif /* COLLECT_DAEMON */ -- 2.11.0