]> git.ipfire.org Git - thirdparty/git.git/commit - cache-tree.c
Indent code with TABs
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Thu, 6 Dec 2018 15:42:06 +0000 (16:42 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 9 Dec 2018 03:37:32 +0000 (12:37 +0900)
commitec36c42a6301eca8a1a038001435bc8a7940e886
treea7f58daf2eaa79e64fea2426160c5799187b4c89
parent965798d1f2992a4bdadb81eba195a7d465b6454a
Indent code with TABs

We indent with TABs and sometimes for fine alignment, TABs followed by
spaces, but never all spaces (unless the indentation is less than 8
columns). Indenting with spaces slips through in some places. Fix
them.

Imported code and compat/ are left alone on purpose. The former should
remain as close as upstream as possible. The latter pretty much has
separate maintainers, it's up to them to decide.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
13 files changed:
archive-tar.c
archive.c
builtin/add.c
builtin/gc.c
cache-tree.c
convert.c
git-compat-util.h
parse-options.c
parse-options.h
quote.c
read-cache.c
revision.c
symlinks.c