aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2018-11-30 15:26:56 -0800
committerGravatar yang-g <yangg@google.com>2018-11-30 15:26:56 -0800
commit19b3ca5689b9477235fe93d913ca9f9a6d54de3d (patch)
treed23f419422ad805008c42c1d85eea2e70c2e7da4 /test/core
parent0e11f2ebd05bd9095817890eae056feeb80faec1 (diff)
Clang-format
Diffstat (limited to 'test/core')
-rw-r--r--test/core/util/test_config.cc6
-rw-r--r--test/core/util/test_config.h8
2 files changed, 7 insertions, 7 deletions
diff --git a/test/core/util/test_config.cc b/test/core/util/test_config.cc
index 115d89b6b4..fe80bb2d4d 100644
--- a/test/core/util/test_config.cc
+++ b/test/core/util/test_config.cc
@@ -401,11 +401,11 @@ void grpc_test_init(int argc, char** argv) {
namespace grpc {
namespace testing {
-TestEnvironment::TestEnvironment(int argc, char **argv) {
+TestEnvironment::TestEnvironment(int argc, char** argv) {
grpc_test_init(argc, argv);
}
TestEnvironment::~TestEnvironment() {}
-} // namespace testing
-} // namespace grpc
+} // namespace testing
+} // namespace grpc
diff --git a/test/core/util/test_config.h b/test/core/util/test_config.h
index a8a2d32aaf..112af3176f 100644
--- a/test/core/util/test_config.h
+++ b/test/core/util/test_config.h
@@ -46,12 +46,12 @@ namespace testing {
// A TestEnvironment object should be alive in the main function of a test. It
// provides test init and shutdown inside.
class TestEnvironment {
-public:
- TestEnvironment(int argc, char **argv);
+ public:
+ TestEnvironment(int argc, char** argv);
~TestEnvironment();
};
-} // namespace testing
-} // namespace grpc
+} // namespace testing
+} // namespace grpc
#endif /* GRPC_TEST_CORE_UTIL_TEST_CONFIG_H */