aboutsummaryrefslogtreecommitdiffstats
path: root/commit.h
diff options
context:
space:
mode:
authorDavid Aguilar <davvid@gmail.com>2014-08-31 13:11:31 -0700
committerJunio C Hamano <gitster@pobox.com>2014-09-02 11:33:32 -0700
commit24d36f1472794ba95ddc81ba8afb45fe30d1f35c (patch)
treebbbc981e49822ae68138a529f929656464762b0d /commit.h
parent96db324a73fdada6fbe7b63221986f8f18cc63b0 (diff)
downloadgit-24d36f1472794ba95ddc81ba8afb45fe30d1f35c.tar.gz
stylefix: asterisks stick to the variable, not the type
Signed-off-by: David Aguilar <davvid@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 a8cbf52f15..268c9d7cac 100644
--- a/commit.h
+++ b/commit.h
@@ -346,7 +346,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);