Revise C++ coding style using clang-format
Run the `clang-format.bash` script to update all our C and C++ code to a new style defined by `.clang-format`. Use `clang-format` version 3.8. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit. Change-Id: Ie3aedc03bfe5c3999d4a077fafb8c6f3bbffc5c5
Showing
- Base64.c 85 additions, 120 deletionsBase64.c
- Base64.h.in 33 additions, 36 deletionsBase64.h.in
- CommandLineArguments.cxx 365 additions, 404 deletionsCommandLineArguments.cxx
- CommandLineArguments.hxx.in 60 additions, 60 deletionsCommandLineArguments.hxx.in
- Configure.h.in 77 additions, 77 deletionsConfigure.h.in
- Configure.hxx.in 9 additions, 7 deletionsConfigure.hxx.in
- ConsoleBuf.hxx.in 313 additions, 295 deletionsConsoleBuf.hxx.in
- Directory.cxx 48 additions, 69 deletionsDirectory.cxx
- Directory.hxx.in 4 additions, 5 deletionsDirectory.hxx.in
- DynamicLoader.cxx 91 additions, 111 deletionsDynamicLoader.cxx
- DynamicLoader.hxx.in 14 additions, 15 deletionsDynamicLoader.hxx.in
- Encoding.h.in 21 additions, 23 deletionsEncoding.h.in
- Encoding.hxx.in 24 additions, 26 deletionsEncoding.hxx.in
- EncodingC.c 18 additions, 22 deletionsEncodingC.c
- EncodingCXX.cxx 36 additions, 49 deletionsEncodingCXX.cxx
- FStream.cxx 20 additions, 34 deletionsFStream.cxx
- FStream.hxx.in 203 additions, 210 deletionsFStream.hxx.in
- Glob.cxx 150 additions, 241 deletionsGlob.cxx
- Glob.hxx.in 25 additions, 26 deletionsGlob.hxx.in
- IOStream.cxx 123 additions, 109 deletionsIOStream.cxx
Loading
Please register or sign in to comment