diff options
author | Craig Tiller <ctiller@google.com> | 2015-02-18 09:23:38 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-02-18 09:23:38 -0800 |
commit | 190d360defe58eec0540d50cbb5d4a8f4878c4f1 (patch) | |
tree | 22e169a0f6780559fef31d847ad226c7ebd8cb4a /test/core/surface | |
parent | 0605995e55a2030c5a2a82092a253e7188b8d2fb (diff) |
Add missing new-lines at end of file
Diffstat (limited to 'test/core/surface')
-rw-r--r-- | test/core/surface/byte_buffer_reader_test.c | 2 | ||||
-rw-r--r-- | test/core/surface/completion_queue_benchmark.c | 2 | ||||
-rw-r--r-- | test/core/surface/completion_queue_test.c | 2 | ||||
-rw-r--r-- | test/core/surface/lame_client_test.c | 2 | ||||
-rw-r--r-- | test/core/surface/multi_init_test.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/test/core/surface/byte_buffer_reader_test.c b/test/core/surface/byte_buffer_reader_test.c index 51b1d8b8b1..b121abf757 100644 --- a/test/core/surface/byte_buffer_reader_test.c +++ b/test/core/surface/byte_buffer_reader_test.c @@ -108,4 +108,4 @@ int main(int argc, char **argv) { test_read_one_slice(); test_read_one_slice_malloc(); return 0; -}
\ No newline at end of file +} diff --git a/test/core/surface/completion_queue_benchmark.c b/test/core/surface/completion_queue_benchmark.c index 15b99db774..9116fd0fe4 100644 --- a/test/core/surface/completion_queue_benchmark.c +++ b/test/core/surface/completion_queue_benchmark.c @@ -165,4 +165,4 @@ int main(void) { } return 0; -}
\ No newline at end of file +} diff --git a/test/core/surface/completion_queue_test.c b/test/core/surface/completion_queue_test.c index 3374da45b0..35f150c781 100644 --- a/test/core/surface/completion_queue_test.c +++ b/test/core/surface/completion_queue_test.c @@ -405,4 +405,4 @@ int main(int argc, char **argv) { test_threading(10, 10); grpc_iomgr_shutdown(); return 0; -}
\ No newline at end of file +} diff --git a/test/core/surface/lame_client_test.c b/test/core/surface/lame_client_test.c index 497b4f926d..0142768261 100644 --- a/test/core/surface/lame_client_test.c +++ b/test/core/surface/lame_client_test.c @@ -77,4 +77,4 @@ int main(int argc, char **argv) { grpc_shutdown(); return 0; -}
\ No newline at end of file +} diff --git a/test/core/surface/multi_init_test.c b/test/core/surface/multi_init_test.c index e5a753766e..99b7a52ff9 100644 --- a/test/core/surface/multi_init_test.c +++ b/test/core/surface/multi_init_test.c @@ -60,4 +60,4 @@ int main(int argc, char **argv) { test(3); test_mixed(); return 0; -}
\ No newline at end of file +} |