aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-05-11 23:40:48 -0400
committerNick Mathewson <nickm@torproject.org>2014-05-11 23:40:48 -0400
commit6267d4f97ae15d526eaf54d96332fe96cae89e0d (patch)
tree6d52975072969f97e70bcad87a2626b6e5ec3350 /src
parentd6e6c63baf4409766ffd82fc859187b6285b093f (diff)
downloadtor-6267d4f97ae15d526eaf54d96332fe96cae89e0d.tar
tor-6267d4f97ae15d526eaf54d96332fe96cae89e0d.tar.gz
fix whitespace
Diffstat (limited to 'src')
-rw-r--r--src/test/test.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/test.h b/src/test/test.h
index 712183f4b..861ce5ac3 100644
--- a/src/test/test.h
+++ b/src/test/test.h
@@ -70,17 +70,17 @@
#define tt_size_op(a,op,b) \
tt_assert_test_fmt_type(a,b,#a" "#op" "#b,size_t,(val1_ op val2_), \
U64_PRINTF_TYPE, U64_FORMAT, \
- {print_ = (U64_PRINTF_TYPE) value_;},{},TT_EXIT_TEST_FUNCTION)
+ {print_ = (U64_PRINTF_TYPE) value_;}, {}, TT_EXIT_TEST_FUNCTION)
#define tt_u64_op(a,op,b) \
tt_assert_test_fmt_type(a,b,#a" "#op" "#b,uint64_t,(val1_ op val2_), \
U64_PRINTF_TYPE, U64_FORMAT, \
- {print_ = (U64_PRINTF_TYPE) value_;},{},TT_EXIT_TEST_FUNCTION)
+ {print_ = (U64_PRINTF_TYPE) value_;}, {}, TT_EXIT_TEST_FUNCTION)
#define tt_i64_op(a,op,b) \
tt_assert_test_fmt_type(a,b,#a" "#op" "#b,int64_t,(val1_ op val2_), \
I64_PRINTF_TYPE, I64_FORMAT, \
- {print_ = (I64_PRINTF_TYPE) value_;},{},TT_EXIT_TEST_FUNCTION)
+ {print_ = (I64_PRINTF_TYPE) value_;}, {}, TT_EXIT_TEST_FUNCTION)
const char *get_fname(const char *name);
crypto_pk_t *pk_generate(int idx);