David Turner <[email protected]> writes: > +extern void write_watchman_ext(struct strbuf *sb, struct index_state* > istate);
Asterisk sticks to the variable, not to the type.
> + if (c == sb.buf) {
> + strbuf_setlen(&sb, 0);
> + }
Unnecessary braces {}.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html

