aboutsummaryrefslogtreecommitdiffstats
path: root/libtests
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-11-25 19:29:41 +0100
committerJay Berkenbilt <ejb@ql.org>2022-11-25 21:16:16 +0100
commit5489f1d8d63eaa1d3cfc6cbf34c0e337656f2e5d (patch)
treeee5f2dddf14770e63d7897fee6fab670b2002504 /libtests
parent3630a8c597a9abec853719b5cad176318a921bbf (diff)
downloadqpdf-5489f1d8d63eaa1d3cfc6cbf34c0e337656f2e5d.tar.zst
Code formatting updates
Diffstat (limited to 'libtests')
-rw-r--r--libtests/qintc.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/libtests/qintc.cc b/libtests/qintc.cc
index d5738a4b..f6c15f00 100644
--- a/libtests/qintc.cc
+++ b/libtests/qintc.cc
@@ -4,7 +4,7 @@
#include <stdint.h>
#define try_convert(exp_pass, fn, i) \
- try_convert_real(#fn "(" #i ")", exp_pass, fn, i)
+ try_convert_real(#fn "(" #i ")", exp_pass, fn, i)
template <typename From, typename To>
static void
@@ -27,7 +27,7 @@ try_convert_real(
}
#define try_range_check(exp_pass, a, b) \
- try_range_check_real(#a " + " #b, exp_pass, a, b)
+ try_range_check_real(#a " + " #b, exp_pass, a, b)
template <typename T>
static void
@@ -47,7 +47,7 @@ try_range_check_real(
}
#define try_range_check_subtract(exp_pass, a, b) \
- try_range_check_subtract_real(#a " - " #b, exp_pass, a, b)
+ try_range_check_subtract_real(#a " - " #b, exp_pass, a, b)
template <typename T>
static void