chiark / gitweb /
udevadm: remove old man page links and compat links for debugging tools
[elogind.git] / udev_utils_file.c
index 44c36863617466803dcdbefe192fe4c11dce3d46..0ceefe17200c68bab8e08a20b0d3be2dc60834ee 100644 (file)
@@ -49,7 +49,7 @@ int create_path(const char *path)
        if (stat(p, &stats) == 0 && (stats.st_mode & S_IFMT) == S_IFDIR)
                return 0;
 
-       if (create_path (p) != 0)
+       if (create_path(p) != 0)
                return -1;
 
        dbg("mkdir '%s'", p);