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 /refs.h | |
parent | 296b4c4bbf63c8addb1654a05950843e9984d0eb (diff) | |
parent | 24d36f1472794ba95ddc81ba8afb45fe30d1f35c (diff) | |
download | git-83510ef3fda0df6acd6680410698a1762042a8af.tar.gz |
Merge branch 'da/styles'
* da/styles:
stylefix: asterisks stick to the variable, not the type
Diffstat (limited to 'refs.h')
-rw-r--r-- | refs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ static inline const char *has_glob_specials(const char *pattern) extern int for_each_rawref(each_ref_fn, void *); extern void warn_dangling_symref(FILE *fp, const char *msg_fmt, const char *refname); -extern void warn_dangling_symrefs(FILE *fp, const char *msg_fmt, const struct string_list* refnames); +extern void warn_dangling_symrefs(FILE *fp, const char *msg_fmt, const struct string_list *refnames); /* * Lock the packed-refs file for writing. Flags is passed to |