From 59a3141e677cb55bb31e7b682141ab1e3589ebd4 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Wed, 10 May 2023 16:37:33 +0200 Subject: Add blank line --- test/test_list.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_list.c b/test/test_list.c index d6adb10..fd66922 100644 --- a/test/test_list.c +++ b/test/test_list.c @@ -189,6 +189,7 @@ void test_list7() { log("Running..."); + list_t list1 = clist_create(); char *str1 = "Long string 1"; -- cgit v1.2.3