aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/census/tracing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/census/tracing.c')
-rw-r--r--src/core/census/tracing.c15
1 files changed, 4 insertions, 11 deletions
diff --git a/src/core/census/tracing.c b/src/core/census/tracing.c
index 272efd4ca0..ae38773c0a 100644
--- a/src/core/census/tracing.c
+++ b/src/core/census/tracing.c
@@ -35,18 +35,11 @@
/* TODO(aveitch): These are all placeholder implementations. */
-int
-census_trace_mask (const census_context * context)
-{
+int census_trace_mask(const census_context *context) {
return CENSUS_TRACE_MASK_NONE;
}
-void
-census_set_trace_mask (int trace_mask)
-{
-}
+void census_set_trace_mask(int trace_mask) {}
-void
-census_trace_print (census_context * context, gpr_uint32 type, const char *buffer, size_t n)
-{
-}
+void census_trace_print(census_context *context, gpr_uint32 type,
+ const char *buffer, size_t n) {}