diff options
Diffstat (limited to 'tests/actions/addon/custom-package')
| -rw-r--r-- | tests/actions/addon/custom-package/includes/packages/src/include/hello_utils.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/actions/addon/custom-package/includes/packages/src/include/hello_utils.h b/tests/actions/addon/custom-package/includes/packages/src/include/hello_utils.h index c7b9e86b1..ca969acd2 100644 --- a/tests/actions/addon/custom-package/includes/packages/src/include/hello_utils.h +++ b/tests/actions/addon/custom-package/includes/packages/src/include/hello_utils.h @@ -1,7 +1,6 @@ #pragma once #include <stdio.h> -static inline void hello_utils_greeting(void) -{ +static inline void hello_utils_greeting(void) { printf("hello from the custom package!\n"); } |
