From: Jim Meyering Date: Fri, 11 Apr 2003 12:38:19 +0000 (+0000) Subject: Remove SPC in SPC-TAB sequence. X-Git-Tag: v5.0.1~718 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f70372581a543b0c5f9fe9ea883e69f48028110;p=thirdparty%2Fcoreutils.git Remove SPC in SPC-TAB sequence. --- diff --git a/src/cp.c b/src/cp.c index a8da001a8b..90747f8e03 100644 --- a/src/cp.c +++ b/src/cp.c @@ -606,8 +606,8 @@ do_copy (int n_files, char **file, const char *target_directory, &attr_list, &new_dst, x->xstat); } - else - { + else + { char *arg_base; /* Append the last component of `arg' to `dest'. */ @@ -622,7 +622,7 @@ do_copy (int n_files, char **file, const char *target_directory, { /* make_path_private failed, so don't even attempt the copy. */ ret = 1; - } + } else { int copy_into_self;