From: Yann E. MORIN Date: Wed, 22 Aug 2018 21:10:54 +0000 (+0200) Subject: download/git: fix code-style X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=63a0593566451c0f3a623fe069cb679cd1deb9dd;p=buildroot.git download/git: fix code-style This file uses leading spaces, not TABs. Signed-off-by: "Yann E. MORIN" Cc: Maxime Hadjinlian Signed-off-by: Thomas Petazzoni --- diff --git a/support/download/git b/support/download/git index 11bb52c1e1..17ca04eb98 100755 --- a/support/download/git +++ b/support/download/git @@ -185,7 +185,7 @@ fi # the state of the remote server. It also would generate large tarballs # (gigabytes for some linux trees) when a full clone took place. find . -not -type d \ - -and -not -path "./.git/*" >"${output}.list" + -and -not -path "./.git/*" >"${output}.list" LC_ALL=C sort <"${output}.list" >"${output}.list.sorted" # Create GNU-format tarballs, since that's the format of the tarballs on