Skip to content

Commit

Permalink
squash formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim Nohlgård committed Mar 3, 2018
1 parent b2622fa commit 63ba28f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/periph_timer_stats/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,9 @@ static int test_timer(void)
}
else {
print_str("function count sum sum_sq min max mean variance\n");
print_str(" timer_set: ");
print_str(" timer_set ");
print_totals(&states[0], 1);
print_str("timer_set_absolute: ");
print_str(" timer_set_absolute ");
print_totals(&states[1], 1);
}

Expand Down

0 comments on commit 63ba28f

Please sign in to comment.