From 0a4946b3e913a2affe5fd342aa88e2533d06356e Mon Sep 17 00:00:00 2001 From: graham.gower Date: Tue, 17 Aug 2010 23:39:02 -0400 Subject: Remove trailing whitespace. Sorry if this breaks your patches. git-svn-id: http://opkg.googlecode.com/svn/trunk@552 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libbb/make_directory.c') diff --git a/libbb/make_directory.c b/libbb/make_directory.c index cff2e51..86ab554 100644 --- a/libbb/make_directory.c +++ b/libbb/make_directory.c @@ -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); -- cgit v0.9.1