* src/copy.c (copy_internal): Remove tabs erroneously added
in commit
3346c0af.
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))
{