async_grpc
async_grpc copied to clipboard
Apply style from .clang-format to all files.
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