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

@ -722,7 +722,7 @@ extern const char *githstrerror(int herror);
#ifdef NO_MEMMEM
#define memmem gitmemmem
void *gitmemmem(const void *haystack, size_t haystacklen,
const void *needle, size_t needlelen);
const void *needle, size_t needlelen);
#endif
#ifdef OVERRIDE_STRDUP