aboutsummaryrefslogtreecommitdiff
path: root/commit.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-09-19 11:38:35 -0700
committerJunio C Hamano <gitster@pobox.com>2014-09-19 11:38:35 -0700
commit83510ef3fda0df6acd6680410698a1762042a8af (patch)
tree112701a03dafcf18dd35b36ccf064f5f22243800 /commit.c
parent296b4c4bbf63c8addb1654a05950843e9984d0eb (diff)
parent24d36f1472794ba95ddc81ba8afb45fe30d1f35c (diff)
downloadgit-83510ef3fda0df6acd6680410698a1762042a8af.tar.gz
git-83510ef3fda0df6acd6680410698a1762042a8af.tar.xz
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 9416d842c..9c4439fed 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;