Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-01-15 02:29:32 +0300
committerJunio C Hamano <gitster@pobox.com>2019-01-15 02:29:32 +0300
commitf2b6aa98be15458e4741274441541ee071e36f63 (patch)
tree95038ab830afcb7afbc1573ef5b9f75a2e4db780 /cache-tree.c
parent9a01f165d44a310f5f46019d822d95adf65f6277 (diff)
parentec36c42a6301eca8a1a038001435bc8a7940e886 (diff)
Merge branch 'nd/indentation-fix'
Code cleanup. * nd/indentation-fix: Indent code with TABs
Diffstat (limited to 'cache-tree.c')
-rw-r--r--cache-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cache-tree.c b/cache-tree.c
index 190c6e5aa6..eabb8fb654 100644
--- a/cache-tree.c
+++ b/cache-tree.c
@@ -448,7 +448,7 @@ int cache_tree_update(struct index_state *istate, int flags)
}
static void write_one(struct strbuf *buffer, struct cache_tree *it,
- const char *path, int pathlen)
+ const char *path, int pathlen)
{
int i;