aboutsummaryrefslogtreecommitdiff
path: root/applications/trustzone_inference/common/secure_entries.hpp
diff options
context:
space:
mode:
authorAnton Moberg <anton.moberg@arm.com>2021-04-08 09:50:57 +0200
committerKristofer Jonsson <kristofer.jonsson@arm.com>2021-04-21 11:52:19 +0000
commit908a07c61db978679a11a0f4ee023dc3c6aabffd (patch)
treef89e7ac6cea84695813783b579be144862886473 /applications/trustzone_inference/common/secure_entries.hpp
parent2faaf409e57254fc0479695319b05f98a3de4821 (diff)
downloadethos-u-core-platform-908a07c61db978679a11a0f4ee023dc3c6aabffd.tar.gz
Fix formatting
Fixed code formatting Change-Id: I12df8da14a7100706f20ffb084ca8477928d0005
Diffstat (limited to 'applications/trustzone_inference/common/secure_entries.hpp')
-rw-r--r--applications/trustzone_inference/common/secure_entries.hpp2
1 files changed, 1 insertions, 1 deletions
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__