Code

space -> tab
authorniki <niki>
Sat, 17 Dec 2005 03:44:52 +0000 (03:44 +0000)
committerniki <niki>
Sat, 17 Dec 2005 03:44:52 +0000 (03:44 +0000)
src/collectd.c

index ebfc62c2c2ea2035236572b4f2db433d67927466..af3d106182d9ce93ea6f0a75b1e89cc3eee56873 100644 (file)
@@ -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 */