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

@ -370,7 +370,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);