From: Pádraig Brady Date: Sat, 5 Sep 2009 16:21:17 +0000 (+0100) Subject: maint: remove some tab indentation from copy.c X-Git-Tag: v7.6~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5e224d7931dced1acb37befb0d895fb85e30108;p=thirdparty%2Fcoreutils.git maint: remove some tab indentation from copy.c * src/copy.c (copy_internal): Remove tabs erroneously added in commit 3346c0af. --- diff --git a/src/copy.c b/src/copy.c index 178a6404b2..f3ff5a2866 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)) {