Merge branch 'nd/indentation-fix'

Code cleanup.

* nd/indentation-fix:
  Indent code with TABs
This commit is contained in:
Junio C Hamano
2019-01-14 15:29:32 -08:00
13 changed files with 73 additions and 73 deletions

View File

@ -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;