diff options
author | David Aguilar <davvid@gmail.com> | 2014-08-31 22:11:31 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-09-02 20:33:32 +0200 |
commit | 24d36f1472794ba95ddc81ba8afb45fe30d1f35c (patch) | |
tree | bbbc981e49822ae68138a529f929656464762b0d /commit.c | |
parent | Merge git://github.com/git-l10n/git-po (diff) | |
download | git-24d36f1472794ba95ddc81ba8afb45fe30d1f35c.tar.xz git-24d36f1472794ba95ddc81ba8afb45fe30d1f35c.zip |
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.c')
-rw-r--r-- | commit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1256,7 +1256,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; |