summaryrefslogtreecommitdiff
path: root/commit.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-09-19 18:38:35 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-09-19 18:38:35 (GMT)
commit83510ef3fda0df6acd6680410698a1762042a8af (patch)
tree112701a03dafcf18dd35b36ccf064f5f22243800 /commit.h
parent296b4c4bbf63c8addb1654a05950843e9984d0eb (diff)
parent24d36f1472794ba95ddc81ba8afb45fe30d1f35c (diff)
downloadgit-83510ef3fda0df6acd6680410698a1762042a8af.zip
git-83510ef3fda0df6acd6680410698a1762042a8af.tar.gz
git-83510ef3fda0df6acd6680410698a1762042a8af.tar.bz2
Merge branch 'da/styles'
* da/styles: stylefix: asterisks stick to the variable, not the type
Diffstat (limited to 'commit.h')
-rw-r--r--commit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/commit.h b/commit.h
index 470c745..bc68ccb 100644
--- a/commit.h
+++ b/commit.h
@@ -370,7 +370,7 @@ extern void print_commit_list(struct commit_list *list,
* at all. This may allocate memory for sig->gpg_output, sig->gpg_status,
* sig->signer and sig->key.
*/
-extern void check_commit_signature(const struct commit* commit, struct signature_check *sigc);
+extern void check_commit_signature(const struct commit *commit, struct signature_check *sigc);
int compare_commits_by_commit_date(const void *a_, const void *b_, void *unused);