Remove trailing whitespace. Sorry if this breaks your patches.
[oweals/opkg-lede.git] / libbb / make_directory.c
index cff2e5185b763c818859cb29176ce1b62e5ab93f..86ab554bed520c5336ac7e2bc9addcbc3c57cdad 100644 (file)
@@ -61,7 +61,7 @@ int make_directory (const char *path, long mode, int flags)
                           memory of the path argument and may return
                           a pointer to static memory, which can then
                           be modified by consequtive calls to dirname */
-                       
+
                        pathcopy = xstrdup (path);
                        parent = dirname (pathcopy);
                        parentcopy = xstrdup (parent);