summaryrefslogtreecommitdiff
path: root/src/cp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cp.c')
-rw-r--r--src/cp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cp.c b/src/cp.c
index a8da001a8..90747f8e0 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;