Merge branch 'da/styles'

* da/styles:
  stylefix: asterisks stick to the variable, not the type
This commit is contained in:
Junio C Hamano
2014-09-19 11:38:35 -07:00
7 changed files with 10 additions and 9 deletions

View File

@ -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;