aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2023-06-03 19:32:44 +0200
committerHarald Welte <laforge@osmocom.org>2023-06-03 19:32:44 +0200
commit91150802f83aabbb701aced555bd02f5c8c9f8ee (patch)
tree09c643a8211b2440ecd410643c3251cafe8bbdd7 /tests
parent8f3fa656e709fe08f14190217e90a3ff97058b59 (diff)
cosmetic: gen_ts_55_205_test_sets/main_template tabs istead of spaces
Let's consistently use our normal tab indent style Change-Id: I4172b59131ac4166174c1860fcb07b7bee3df728
Diffstat (limited to 'tests')
-rw-r--r--tests/auc/gen_ts_55_205_test_sets/main_template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auc/gen_ts_55_205_test_sets/main_template.c b/tests/auc/gen_ts_55_205_test_sets/main_template.c
index ffdfa78..d810ba9 100644
--- a/tests/auc/gen_ts_55_205_test_sets/main_template.c
+++ b/tests/auc/gen_ts_55_205_test_sets/main_template.c
@@ -55,7 +55,7 @@ char *vec_str(const struct osmo_auth_vector *vec)
if (pos >= end) \
return buf; \
pos += snprintf(pos, sizeof(buf) - (pos - buf), \
- " " #what ": %s\n", \
+ " " #what ": %s\n", \
osmo_hexdump_nospc((void*)&vec->what, sizeof(vec->what)))
append(rand);
@@ -71,7 +71,7 @@ char *vec_str(const struct osmo_auth_vector *vec)
#define VEC_IS(vec, expect) do { \
char *_is = vec_str(vec); \
- if (strcmp(_is, expect)) { \
+ if (strcmp(_is, expect)) { \
fprintf(stderr, "MISMATCH! expected ==\n%s\n", \
expect); \
char *a = _is; \