From: niki Date: Sat, 17 Dec 2005 03:44:52 +0000 (+0000) Subject: space -> tab X-Git-Tag: collectd-3.6.0~43 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=dd9fbeae4e59c8919d23420f00733ef01c56a986;p=collectd.git space -> tab --- 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 */