sapling/mercurial/cext
Gregory Szorc ce576c3b19 cext: wrap before brace for functions
This is our prevailing style.

Differential Revision: https://phab.mercurial-scm.org/D910
2017-10-02 19:28:41 +01:00
..
__init__.py policy: add "cext" package which will host CPython extension modules 2016-08-12 11:06:14 +09:00
base85.c cext: move braces for control statements to same line 2017-10-02 19:02:43 +01:00
bdiff.c cext: reorder #include 2017-10-02 19:06:00 +01:00
charencode.c cext: put case statements on separate line 2017-10-02 19:09:52 +01:00
charencode.h encoding: add fast path of jsonescape() (issue5533) 2017-04-23 14:47:52 +09:00
diffhelpers.c diffhelpers: switch to policy importer 2016-08-13 12:15:49 +09:00
dirs.c cext: reorder #include 2017-10-02 19:06:00 +01:00
manifest.c cext: wrap before brace for functions 2017-10-02 19:28:41 +01:00
mpatch.c cext: reorder #include 2017-10-02 19:06:00 +01:00
osutil.c cext: reorder #include 2017-10-02 19:06:00 +01:00
parsers.c cext: wrap before brace for functions 2017-10-02 19:28:41 +01:00
pathencode.c parsers: switch to policy importer 2016-08-13 12:23:56 +09:00
revlog.c cext: wrap before brace for functions 2017-10-02 19:28:41 +01:00
util.h cext: move _dict_new_presized() to header 2017-07-31 22:12:24 +09:00