chiark / gitweb /
@@@ man wip
[mLib] / utils / t / versioncmp-test.c
index fb462d04df02893847de01669f2ef343267bf388..c9090a3899908269e6b5ff6b809882f6cd0b9c3f 100644 (file)
@@ -50,9 +50,9 @@ static void swap_test(struct tvec_state *tv, tvec_testfn *fn, void *ctx)
 static const struct tvec_env swap_testenv = { 0, 0, 0, 0, swap_test, 0, 0 };
 
 static const struct tvec_regdef versioncmp_regs[] = {
-  { "v0", RV0, &tvty_text, 0 },
-  { "v1", RV1, &tvty_text, 0 },
-  { "rc", RRC, &tvty_ienum, 0, { &tvenum_cmp } },
+  { "v0",      &tvty_text,     RV0,    0 },
+  { "v1",      &tvty_text,     RV1,    0 },
+  { "rc",      &tvty_ienum,    RRC,    0,              { &tvenum_cmp } },
   TVEC_ENDREGS
 };