Lawrence Siebert [off-list ref] writes:
+void get_commit_count(struct rev_info * revs) {
Please, write "struct rev_info *revs" (stick * to revs).
+void get_commit_count(struct rev_info * revs);
Likewise.
--
Matthieu Moy
http://www-verimag.imag.fr/~moy/
Mattieu,
Understood. I don't suppose there is any commonly code formatting tool
to automate formatting in the git style, is there?
Thanks,
Lawrence
On Fri, Jul 3, 2015 at 12:24 AM, Matthieu Moy
[off-list ref] wrote:
Lawrence Siebert [off-list ref] writes:
quoted
+void get_commit_count(struct rev_info * revs) {
Please, write "struct rev_info *revs" (stick * to revs).
quoted
+void get_commit_count(struct rev_info * revs);
Likewise.
--
Matthieu Moy
http://www-verimag.imag.fr/~moy/
--
About Me: http://about.me/lawrencesiebert
Constantly Coding: http://constantcoding.blogspot.com