D909: cext: put case statements on separate line

2017-10-03 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG88e83a618de0: cext: put case statements on separate line (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D909?vs=2348&id=2389

D909: cext: put case statements on separate line

2017-10-02 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This seems to be the prevailing style, even though it is a bit more verbose for very simple switch statements. REPOSITORY rHG Mercurial REVISION DETAIL http