Merge branch 'da/styles'
* da/styles: stylefix: asterisks stick to the variable, not the type
This commit is contained in:
2
commit.c
2
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;
|
||||
|
Reference in New Issue
Block a user