aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/census/tracing.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-09-22 12:33:20 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-09-22 12:33:20 -0700
commita82950e68318a6aab6fe894fa39f7fa616c4647b (patch)
tree7d02bd1e9e1cbae1f14ad4ad1e06d3ae81a96dfe /src/core/census/tracing.c
parent8af4c337181322cc4fb396199c90f574cfb4163f (diff)
clang-format all core files
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) {}