From 908a07c61db978679a11a0f4ee023dc3c6aabffd Mon Sep 17 00:00:00 2001 From: Anton Moberg Date: Thu, 8 Apr 2021 09:50:57 +0200 Subject: Fix formatting Fixed code formatting Change-Id: I12df8da14a7100706f20ffb084ca8477928d0005 --- applications/trustzone_inference/common/secure_entries.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/trustzone_inference/common/secure_entries.hpp') diff --git a/applications/trustzone_inference/common/secure_entries.hpp b/applications/trustzone_inference/common/secure_entries.hpp index 3001196..7378cc4 100644 --- a/applications/trustzone_inference/common/secure_entries.hpp +++ b/applications/trustzone_inference/common/secure_entries.hpp @@ -25,6 +25,6 @@ extern "C" void nonsecure_print(const char *p); /* Run an inference on the secure side and return status */ extern "C" int run_secure_inference(void); -typedef int (*funcptr_ns) (void) __attribute__((cmse_nonsecure_call)); +typedef int (*funcptr_ns)(void) __attribute__((cmse_nonsecure_call)); extern "C" void set_result_function(funcptr_ns callback_fn); #endif // SECURE_ENTRIES_H__ -- cgit v1.2.1