diff options
author | Jim Meyering <jim@meyering.net> | 2003-04-11 12:38:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-04-11 12:38:19 +0000 |
commit | 9f70372581a543b0c5f9fe9ea883e69f48028110 (patch) | |
tree | c138ec1c08a8af76dde9f610cb51fe16cafa9725 | |
parent | ab69f41a76696e2ba18fba2e13341b61a5abbef4 (diff) | |
download | coreutils-9f70372581a543b0c5f9fe9ea883e69f48028110.tar.xz |
Remove SPC in SPC-TAB sequence.
-rw-r--r-- | src/cp.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; |