From 6a4158dab4ee36214678a92a1e5605a00402f01c Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Tue, 27 Nov 2018 18:25:34 -0500 Subject: fixup --- tests/include/test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/include/test.h') diff --git a/tests/include/test.h b/tests/include/test.h index 7de6eed..6138ca3 100644 --- a/tests/include/test.h +++ b/tests/include/test.h @@ -40,4 +40,4 @@ int test_call_int(); struct STRUCT1 _test_call_int_param_(int param1); STRUCT2 test_call_int_param2(int param1, STRUCT2 param2); STRUCT2 test_call_int_param3(int param1, struct STRUCT1 param2); -ENUM2 test_call_int_param4(enum ENUM param1); \ No newline at end of file +ENUM2 test_call_int_param4(enum ENUM param1); -- cgit v1.2.3