diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-09-19 11:38:35 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-09-19 11:38:35 -0700 |
commit | 83510ef3fda0df6acd6680410698a1762042a8af (patch) | |
tree | 112701a03dafcf18dd35b36ccf064f5f22243800 /commit.c | |
parent | Merge branch 'ah/grammofix' (diff) | |
parent | stylefix: asterisks stick to the variable, not the type (diff) | |
download | tgif-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |