Replace tabs following #define with spaces.

This resolves #564.
This commit is contained in:
Jason Evans
2017-01-19 21:41:41 -08:00
parent f408643a4c
commit c0cc5db871
110 changed files with 706 additions and 707 deletions

View File

@@ -1,8 +1,8 @@
#include "test/jemalloc_test.h"
TEST_BEGIN(test_ticker_tick) {
#define NREPS 2
#define NTICKS 3
#define NREPS 2
#define NTICKS 3
ticker_t ticker;
int32_t i, j;
@@ -26,7 +26,7 @@ TEST_BEGIN(test_ticker_tick) {
TEST_END
TEST_BEGIN(test_ticker_ticks) {
#define NTICKS 3
#define NTICKS 3
ticker_t ticker;
ticker_init(&ticker, NTICKS);
@@ -44,7 +44,7 @@ TEST_BEGIN(test_ticker_ticks) {
TEST_END
TEST_BEGIN(test_ticker_copy) {
#define NTICKS 3
#define NTICKS 3
ticker_t ta, tb;
ticker_init(&ta, NTICKS);