GrahamDumpleton / wrapt

A Python module for decorators, wrappers and monkey patching.
BSD 2-Clause "Simplified" License
2.04k stars 230 forks source link

src/wrapt/_wrappers.c: { should almost always be at the end of the pr… #80

Closed ghost closed 7 years ago

ghost commented 8 years ago

…evious line

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 93.244% when pulling e2051220687615f0375a8e94a1fd336f8abe73bf on stepshal:cpplint into 73ab3571d75bee909f0293fafd5221c04b5f5938 on GrahamDumpleton:develop.

GrahamDumpleton commented 7 years ago

There are various coding styles for C/C++ code. What was present is what I have used for a very long time (30 years) so not inclined to change it. It aligns closely with what Apache Software Foundation uses in projects like Apache httpd.