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>2014-09-19 22:38:35 +0400
committerJunio C Hamano <gitster@pobox.com>2014-09-19 22:38:35 +0400
commit83510ef3fda0df6acd6680410698a1762042a8af (patch)
tree112701a03dafcf18dd35b36ccf064f5f22243800 /commit.c
parent296b4c4bbf63c8addb1654a05950843e9984d0eb (diff)
parent24d36f1472794ba95ddc81ba8afb45fe30d1f35c (diff)
Merge branch 'da/styles'
* da/styles: stylefix: asterisks stick to the variable, not the type
Diffstat (limited to 'commit.c')
-rw-r--r--commit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commit.c b/commit.c
index 9416d842c6..9c4439fed6 100644
--- a/commit.c
+++ b/commit.c
@@ -1250,7 +1250,7 @@ static void parse_gpg_output(struct signature_check *sigc)
}
}
-void check_commit_signature(const struct commit* commit, struct signature_check *sigc)
+void check_commit_signature(const struct commit *commit, struct signature_check *sigc)
{
struct strbuf payload = STRBUF_INIT;
struct strbuf signature = STRBUF_INIT;