gydong commented on a change in pull request #1279:
URL: https://github.com/apache/incubator-brpc/pull/1279#discussion_r512503923
##########
File path: example/echo_c++/client.cpp
##########
@@ -76,10 +76,10 @@ int main(int argc, char* argv[]) {
stub.Echo(&cntl, &request, &response, NULL);
if (!cntl.Failed()) {
LOG(INFO) << "Received response from " << cntl.remote_side()
- << " to " << cntl.local_side()
Review comment:
Just keep the same indent style as that in other soruce code files?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]