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

@@ -36,8 +36,8 @@ void init_archivers(void)
}
static void format_subst(const struct commit *commit,
const char *src, size_t len,
struct strbuf *buf)
const char *src, size_t len,
struct strbuf *buf)
{
char *to_free = NULL;
struct strbuf fmt = STRBUF_INIT;