From a82950e68318a6aab6fe894fa39f7fa616c4647b Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Tue, 22 Sep 2015 12:33:20 -0700 Subject: clang-format all core files --- src/core/census/tracing.c | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'src/core/census/tracing.c') 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) {} -- cgit v1.2.3