From 02d56750bda532e9a0b4e4d9efcde82ae44fdc38 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 10 Jan 2012 15:03:38 +0000 Subject: Remove trailing blank lines Remove any blank lines at the end of all source files --- server/tests/test_fail_on_null_core_interface.c | 1 - 1 file changed, 1 deletion(-) (limited to 'server/tests/test_fail_on_null_core_interface.c') diff --git a/server/tests/test_fail_on_null_core_interface.c b/server/tests/test_fail_on_null_core_interface.c index 6490a6a7..105dd639 100644 --- a/server/tests/test_fail_on_null_core_interface.c +++ b/server/tests/test_fail_on_null_core_interface.c @@ -10,4 +10,3 @@ int main(void) return 0; } - -- cgit From 7427b23d84007018bc6569d0dba7776d4d527381 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 10 Jan 2012 15:16:03 +0000 Subject: Add missing includes of config.h Not all files were including config.h --- server/tests/test_fail_on_null_core_interface.c | 1 + 1 file changed, 1 insertion(+) (limited to 'server/tests/test_fail_on_null_core_interface.c') diff --git a/server/tests/test_fail_on_null_core_interface.c b/server/tests/test_fail_on_null_core_interface.c index 105dd639..23261a26 100644 --- a/server/tests/test_fail_on_null_core_interface.c +++ b/server/tests/test_fail_on_null_core_interface.c @@ -1,3 +1,4 @@ +#include #include int main(void) -- cgit