Merge pull request #18952 from veblush/lint-src

Sanitized some sources
pull/18956/head
Esun Kim 6 years ago committed by GitHub
commit 02b4f6f6bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_libuv.cc
  2. 2
      src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_libuv.cc
  3. 2
      src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_libuv_windows.cc
  4. 2
      src/python/grpcio_tests/tests/interop/service.py

@ -176,4 +176,4 @@ UniquePtr<GrpcPolledFdFactory> NewGrpcPolledFdFactory(grpc_combiner* combiner) {
} // namespace grpc_core
#endif /* GRPC_ARES == 1 && defined(GRPC_UV) */
#endif /* GRPC_ARES == 1 && defined(GRPC_UV) */

@ -49,4 +49,4 @@ bool grpc_ares_maybe_resolve_localhost_manually_locked(
return out;
}
#endif /* GRPC_ARES == 1 && defined(GRPC_UV) */
#endif /* GRPC_ARES == 1 && defined(GRPC_UV) */

@ -80,4 +80,4 @@ bool inner_maybe_resolve_localhost_manually_locked(
return false;
}
#endif /* GRPC_ARES == 1 && (defined(GRPC_UV) || defined(GPR_WINDOWS)) */
#endif /* GRPC_ARES == 1 && (defined(GRPC_UV) || defined(GPR_WINDOWS)) */

@ -94,4 +94,4 @@ class TestService(test_pb2_grpc.TestServiceServicer):
# NOTE(nathaniel): Apparently this is the same as the full-duplex call?
# NOTE(atash): It isn't even called in the interop spec (Oct 22 2015)...
def HalfDuplexCall(self, request_iterator, context):
return self.FullDuplexCall(request_iterator, context)
return self.FullDuplexCall(request_iterator, context)

Loading…
Cancel
Save