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 /git-compat-util.h
parent9a01f165d44a310f5f46019d822d95adf65f6277 (diff)
parentec36c42a6301eca8a1a038001435bc8a7940e886 (diff)
Merge branch 'nd/indentation-fix'
Code cleanup. * nd/indentation-fix: Indent code with TABs
Diffstat (limited to 'git-compat-util.h')
-rw-r--r--git-compat-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-compat-util.h b/git-compat-util.h
index 5702556c89..b8ace77410 100644
--- a/git-compat-util.h
+++ b/git-compat-util.h
@@ -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