aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2017-11-29 11:01:36 -0800
committerGravatar Mehrdad Afshari <mmx@google.com>2017-11-29 11:01:36 -0800
commitd49e100354dbaa580afc46a5ebd0d56ffb85d566 (patch)
tree752e4138593be9f4d8df36601697eacf2f42c1c3 /src/compiler
parent361f8108e41497c53f174c0ad6ea0ffcc97022a9 (diff)
clang-format code
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/objective_c_generator.cc2
-rw-r--r--src/compiler/objective_c_generator.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/objective_c_generator.cc b/src/compiler/objective_c_generator.cc
index 369afc1e77..ab7d869758 100644
--- a/src/compiler/objective_c_generator.cc
+++ b/src/compiler/objective_c_generator.cc
@@ -28,10 +28,10 @@
using ::google::protobuf::compiler::objectivec::ClassName;
using ::grpc::protobuf::FileDescriptor;
+using ::grpc::protobuf::FileDescriptor;
using ::grpc::protobuf::MethodDescriptor;
using ::grpc::protobuf::ServiceDescriptor;
using ::grpc::protobuf::io::Printer;
-using ::grpc::protobuf::FileDescriptor;
using ::std::map;
using ::std::set;
diff --git a/src/compiler/objective_c_generator.h b/src/compiler/objective_c_generator.h
index 700c9c496e..d3aed76c4f 100644
--- a/src/compiler/objective_c_generator.h
+++ b/src/compiler/objective_c_generator.h
@@ -24,8 +24,8 @@
namespace grpc_objective_c_generator {
using ::grpc::protobuf::FileDescriptor;
-using ::grpc::protobuf::ServiceDescriptor;
using ::grpc::protobuf::FileDescriptor;
+using ::grpc::protobuf::ServiceDescriptor;
using ::grpc::string;
// Returns forward declaration of classes in the generated header file.