aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-02-18 09:23:38 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-02-18 09:23:38 -0800
commit190d360defe58eec0540d50cbb5d4a8f4878c4f1 (patch)
tree22e169a0f6780559fef31d847ad226c7ebd8cb4a /test/cpp
parent0605995e55a2030c5a2a82092a253e7188b8d2fb (diff)
Add missing new-lines at end of file
Diffstat (limited to 'test/cpp')
-rw-r--r--test/cpp/client/channel_arguments_test.cc2
-rw-r--r--test/cpp/client/credentials_test.cc2
-rw-r--r--test/cpp/end2end/async_end2end_test.cc2
-rw-r--r--test/cpp/end2end/end2end_test.cc2
-rw-r--r--test/cpp/interop/client.cc2
-rw-r--r--test/cpp/interop/server.cc2
-rw-r--r--test/cpp/qps/client.cc2
-rw-r--r--test/cpp/server/thread_pool_test.cc2
-rw-r--r--test/cpp/util/create_test_channel.cc2
-rw-r--r--test/cpp/util/create_test_channel.h2
-rw-r--r--test/cpp/util/status_test.cc2
-rw-r--r--test/cpp/util/time_test.cc2
12 files changed, 12 insertions, 12 deletions
diff --git a/test/cpp/client/channel_arguments_test.cc b/test/cpp/client/channel_arguments_test.cc
index 59b5910e1e..d98b38ab68 100644
--- a/test/cpp/client/channel_arguments_test.cc
+++ b/test/cpp/client/channel_arguments_test.cc
@@ -121,4 +121,4 @@ TEST_F(ChannelArgumentsTest, SetString) {
int main(int argc, char** argv) {
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
-} \ No newline at end of file
+}
diff --git a/test/cpp/client/credentials_test.cc b/test/cpp/client/credentials_test.cc
index c26612caf2..dc8d76d7ef 100644
--- a/test/cpp/client/credentials_test.cc
+++ b/test/cpp/client/credentials_test.cc
@@ -61,4 +61,4 @@ int main(int argc, char **argv) {
int ret = RUN_ALL_TESTS();
grpc_shutdown();
return ret;
-} \ No newline at end of file
+}
diff --git a/test/cpp/end2end/async_end2end_test.cc b/test/cpp/end2end/async_end2end_test.cc
index 7057fa07d0..7101da1b2a 100644
--- a/test/cpp/end2end/async_end2end_test.cc
+++ b/test/cpp/end2end/async_end2end_test.cc
@@ -525,4 +525,4 @@ int main(int argc, char** argv) {
grpc_shutdown();
google::protobuf::ShutdownProtobufLibrary();
return result;
-} \ No newline at end of file
+}
diff --git a/test/cpp/end2end/end2end_test.cc b/test/cpp/end2end/end2end_test.cc
index c70930387a..d4ca3ef49e 100644
--- a/test/cpp/end2end/end2end_test.cc
+++ b/test/cpp/end2end/end2end_test.cc
@@ -447,4 +447,4 @@ int main(int argc, char** argv) {
grpc_shutdown();
google::protobuf::ShutdownProtobufLibrary();
return result;
-} \ No newline at end of file
+}
diff --git a/test/cpp/interop/client.cc b/test/cpp/interop/client.cc
index 76cb05eee4..ab69e1eefd 100644
--- a/test/cpp/interop/client.cc
+++ b/test/cpp/interop/client.cc
@@ -429,4 +429,4 @@ int main(int argc, char** argv) {
grpc_shutdown();
return 0;
-} \ No newline at end of file
+}
diff --git a/test/cpp/interop/server.cc b/test/cpp/interop/server.cc
index b08030fce7..f4b9f04650 100644
--- a/test/cpp/interop/server.cc
+++ b/test/cpp/interop/server.cc
@@ -224,4 +224,4 @@ int main(int argc, char** argv) {
grpc_shutdown();
return 0;
-} \ No newline at end of file
+}
diff --git a/test/cpp/qps/client.cc b/test/cpp/qps/client.cc
index 1bca2524c2..8369ef6562 100644
--- a/test/cpp/qps/client.cc
+++ b/test/cpp/qps/client.cc
@@ -242,4 +242,4 @@ int main(int argc, char **argv) {
grpc_shutdown();
return 0;
-} \ No newline at end of file
+}
diff --git a/test/cpp/server/thread_pool_test.cc b/test/cpp/server/thread_pool_test.cc
index bdaf523b2f..824d785316 100644
--- a/test/cpp/server/thread_pool_test.cc
+++ b/test/cpp/server/thread_pool_test.cc
@@ -74,4 +74,4 @@ int main(int argc, char** argv) {
::testing::InitGoogleTest(&argc, argv);
int result = RUN_ALL_TESTS();
return result;
-} \ No newline at end of file
+}
diff --git a/test/cpp/util/create_test_channel.cc b/test/cpp/util/create_test_channel.cc
index bd6e62d151..b0472d32a9 100644
--- a/test/cpp/util/create_test_channel.cc
+++ b/test/cpp/util/create_test_channel.cc
@@ -96,4 +96,4 @@ std::shared_ptr<ChannelInterface> CreateTestChannel(const grpc::string& server,
return CreateTestChannel(server, "foo.test.google.com", enable_ssl, false);
}
-} // namespace grpc \ No newline at end of file
+} // namespace grpc
diff --git a/test/cpp/util/create_test_channel.h b/test/cpp/util/create_test_channel.h
index 19a9d2e83b..3476b8354b 100644
--- a/test/cpp/util/create_test_channel.h
+++ b/test/cpp/util/create_test_channel.h
@@ -56,4 +56,4 @@ std::shared_ptr<ChannelInterface> CreateTestChannel(
} // namespace grpc
-#endif // __GRPCPP_TEST_UTIL_CREATE_TEST_CHANNEL_H_ \ No newline at end of file
+#endif // __GRPCPP_TEST_UTIL_CREATE_TEST_CHANNEL_H_
diff --git a/test/cpp/util/status_test.cc b/test/cpp/util/status_test.cc
index d7dacf03f6..8c6a3354fe 100644
--- a/test/cpp/util/status_test.cc
+++ b/test/cpp/util/status_test.cc
@@ -73,4 +73,4 @@ int main(int argc, char **argv) {
static_cast<grpc::StatusCode>(GRPC_STATUS_DATA_LOSS));
return 0;
-} \ No newline at end of file
+}
diff --git a/test/cpp/util/time_test.cc b/test/cpp/util/time_test.cc
index a258eb0201..2e17add67f 100644
--- a/test/cpp/util/time_test.cc
+++ b/test/cpp/util/time_test.cc
@@ -68,4 +68,4 @@ TEST_F(TimeTest, InfFuture) {
}
} // namespace
-} // namespace grpc \ No newline at end of file
+} // namespace grpc