From 0310f13fd95e44ba95b2424caea33be513681d57 Mon Sep 17 00:00:00 2001 From: Vijay Pai Date: Mon, 13 Apr 2015 13:07:36 -0700 Subject: clang-format results --- test/core/profiling/timers_test.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/core/profiling') diff --git a/test/core/profiling/timers_test.c b/test/core/profiling/timers_test.c index b7219d7859..55e59c969e 100644 --- a/test/core/profiling/timers_test.c +++ b/test/core/profiling/timers_test.c @@ -38,7 +38,7 @@ void test_log_events(int num_seqs) { int start = 0; int *state; - state = calloc(num_seqs,sizeof(state[0])); + state = calloc(num_seqs, sizeof(state[0])); while (start < num_seqs) { int i; int row; @@ -48,10 +48,10 @@ void test_log_events(int num_seqs) { } row = rand() % 10; /* how many in a row */ - for (i = start; (i < start+row) && (i < num_seqs); i++) { + for (i = start; (i < start + row) && (i < num_seqs); i++) { int j; int advance = 1 + rand() % 3; /* how many to advance by */ - for (j=0; j