From a5e224d7931dced1acb37befb0d895fb85e30108 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Sat, 5 Sep 2009 17:21:17 +0100 Subject: maint: remove some tab indentation from copy.c * src/copy.c (copy_internal): Remove tabs erroneously added in commit 3346c0af. --- src/copy.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/copy.c b/src/copy.c index 178a6404b..f3ff5a286 100644 --- a/src/copy.c +++ b/src/copy.c @@ -1988,9 +1988,9 @@ copy_internal (char const *src_name, char const *dst_name, FIXME - use a gnulib linkat emulation for more fine-tuned emulation, particularly when LINK_FOLLOWS_SYMLINKS is -1. */ else if (x->hard_link - && (!LINK_FOLLOWS_SYMLINKS - || !S_ISLNK (src_mode) - || x->dereference != DEREF_NEVER)) + && (!LINK_FOLLOWS_SYMLINKS + || !S_ISLNK (src_mode) + || x->dereference != DEREF_NEVER)) { if (link (src_name, dst_name)) { -- cgit v1.2.3-54-g00ecf