]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: remove some tab indentation from copy.c
authorPádraig Brady <P@draigBrady.com>
Sat, 5 Sep 2009 16:21:17 +0000 (17:21 +0100)
committerPádraig Brady <P@draigBrady.com>
Sat, 5 Sep 2009 16:22:09 +0000 (17:22 +0100)
* src/copy.c (copy_internal): Remove tabs erroneously added
in commit 3346c0af.

src/copy.c

index 178a6404b26e6812b5c9cace6dc5b6d86bcb7166..f3ff5a2866035f06dfd59c3b3c40b1fd1896ce57 100644 (file)
@@ -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))
         {