aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util/test_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/util/test_config.h')
-rw-r--r--test/core/util/test_config.h8
1 files changed, 4 insertions, 4 deletions
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 */