summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2019-09-30 16:44:43 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2019-09-30 16:44:43 +0000
commitc258527bd2475234a67b8335b622ad57eec0bc7e (patch)
tree245bec30402003d529f51d034857f27df6fbbda3 /tests
parentc4cb0574d49b1bad710ccf76e7fa071b68ac7deb (diff)
*: strip trailing whitespace
Some of it has snuck by CI Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/test_typelist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/test_typelist.h b/tests/lib/test_typelist.h
index 7ff210cae3..f20bbc52d9 100644
--- a/tests/lib/test_typelist.h
+++ b/tests/lib/test_typelist.h
@@ -280,7 +280,7 @@ static void concat(test_, TYPE)(void)
assert(!tmp || tmp->val >= j);
} else
assert(gteq == list_first(&head));
-
+
if (gteq)
assert(gteq->val >= j);
}