diff options
author | David G. Quintas <dgq@google.com> | 2015-08-18 11:05:49 -0700 |
---|---|---|
committer | David G. Quintas <dgq@google.com> | 2015-08-18 11:05:49 -0700 |
commit | 4f21d3549c8f652a152ae086a74dd8415ecca8fa (patch) | |
tree | d8dae211eb45035d095e4549ab5af439e67b22dc /test/cpp/common/secure_auth_context_test.cc | |
parent | bb1c795f998f052f854a6e1aeebff44e293a29f4 (diff) | |
parent | d6c98df792198c5c9687ed35a676efbc5e621e0f (diff) |
Merge pull request #2971 from ctiller/wtf-happened-to-our-formatting
clang-format all source
Diffstat (limited to 'test/cpp/common/secure_auth_context_test.cc')
-rw-r--r-- | test/cpp/common/secure_auth_context_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/common/secure_auth_context_test.cc b/test/cpp/common/secure_auth_context_test.cc index 075d4ce8c9..e0376c9cc7 100644 --- a/test/cpp/common/secure_auth_context_test.cc +++ b/test/cpp/common/secure_auth_context_test.cc @@ -101,7 +101,7 @@ TEST_F(SecureAuthContextTest, Iterators) { } // namespace } // namespace grpc -int main(int argc, char **argv) { +int main(int argc, char** argv) { ::testing::InitGoogleTest(&argc, argv); return RUN_ALL_TESTS(); } |