Patrick Steinhardt <ps@xxxxxx> writes: > + switch (fetch_head_status) { > + case FETCH_HEAD_NOT_FOR_MERGE: In our codebase, "switch", "case" and "default:" all begin at the same column (see the original this was taken from). Thanks.
Patrick Steinhardt <ps@xxxxxx> writes: > + switch (fetch_head_status) { > + case FETCH_HEAD_NOT_FOR_MERGE: In our codebase, "switch", "case" and "default:" all begin at the same column (see the original this was taken from). Thanks.