aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util/grpc_profiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/util/grpc_profiler.h')
-rw-r--r--test/core/util/grpc_profiler.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/test/core/util/grpc_profiler.h b/test/core/util/grpc_profiler.h
index 88ec6bcb0e..423c73b331 100644
--- a/test/core/util/grpc_profiler.h
+++ b/test/core/util/grpc_profiler.h
@@ -35,14 +35,15 @@
#define GRPC_TEST_CORE_UTIL_GRPC_PROFILER_H
#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+extern "C"
+{
+#endif /* __cplusplus */
-void grpc_profiler_start(const char *filename);
-void grpc_profiler_stop();
+ void grpc_profiler_start (const char *filename);
+ void grpc_profiler_stop ();
#ifdef __cplusplus
}
-#endif /* __cplusplus */
+#endif /* __cplusplus */
-#endif /* GRPC_TEST_CORE_UTIL_GRPC_PROFILER_H */
+#endif /* GRPC_TEST_CORE_UTIL_GRPC_PROFILER_H */