async_grpc icon indicating copy to clipboard operation
async_grpc copied to clipboard

Apply style from .clang-format to all files.

Open MichaelGrupp opened this issue 6 years ago • 0 comments

Formatting with git clang-format was not consistent with some existing code. Applied the .clang-format file's style to all C++ files with: clang-format --style=file **/*.h **/*.cc -i

MichaelGrupp avatar Sep 17 '18 15:09 MichaelGrupp