summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2018-08-22 23:10:54 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-09-10 22:44:26 +0200
commit63a0593566451c0f3a623fe069cb679cd1deb9dd (patch)
treeb7415113906e49186152336ad4c0fbc72b058192 /support
parent863e0d26d83040ca413fcb653d849776c19578da (diff)
downloadbuildroot-63a0593566451c0f3a623fe069cb679cd1deb9dd.tar.gz
buildroot-63a0593566451c0f3a623fe069cb679cd1deb9dd.zip
download/git: fix code-style
This file uses leading spaces, not TABs. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'support')
-rwxr-xr-xsupport/download/git2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud