Vicent Marti <[email protected]> writes:
> if (use_lookup) {
> - int pos = sha1_entry_pos(index, stride, 0,
> - lo, hi, p->num_objects, sha1);
> - if (pos < 0)
> - return 0;
> - return nth_packed_object_offset(p, pos);
> + return sha1_entry_pos(index, stride, 0, lo, hi, p->num_objects,
> sha1);
> }
Our house style prefers not having the braces in a single-line conditional.
--
Thomas Rast
trast@{inf,student}.ethz.ch
--
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