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/profiling/stap_timers.c | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) (limited to 'src/core/profiling/stap_timers.c') diff --git a/src/core/profiling/stap_timers.c b/src/core/profiling/stap_timers.c index f284e32433..6868a674a9 100644 --- a/src/core/profiling/stap_timers.c +++ b/src/core/profiling/stap_timers.c @@ -42,28 +42,24 @@ #include "src/core/profiling/stap_probes.h" /* Latency profiler API implementation. */ -void -grpc_timer_add_mark (int tag, const char *tagstr, void *id, const char *file, int line) -{ - _STAP_ADD_MARK (tag); +void grpc_timer_add_mark(int tag, const char *tagstr, void *id, + const char *file, int line) { + _STAP_ADD_MARK(tag); } -void -grpc_timer_add_important_mark (int tag, const char *tagstr, void *id, const char *file, int line) -{ - _STAP_ADD_IMPORTANT_MARK (tag); +void grpc_timer_add_important_mark(int tag, const char *tagstr, void *id, + const char *file, int line) { + _STAP_ADD_IMPORTANT_MARK(tag); } -void -grpc_timer_begin (int tag, const char *tagstr, void *id, const char *file, int line) -{ - _STAP_TIMING_NS_BEGIN (tag); +void grpc_timer_begin(int tag, const char *tagstr, void *id, const char *file, + int line) { + _STAP_TIMING_NS_BEGIN(tag); } -void -grpc_timer_end (int tag, const char *tagstr, void *id, const char *file, int line) -{ - _STAP_TIMING_NS_END (tag); +void grpc_timer_end(int tag, const char *tagstr, void *id, const char *file, + int line) { + _STAP_TIMING_NS_END(tag); } #endif /* GRPC_STAP_PROFILER */ -- cgit v1.2.3