aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp/tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/psp/tests.h')
-rw-r--r--backends/platform/psp/tests.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/psp/tests.h b/backends/platform/psp/tests.h
index 9d158812f9..3779cb6bb2 100644
--- a/backends/platform/psp/tests.h
+++ b/backends/platform/psp/tests.h
@@ -26,7 +26,7 @@
//#define PSP_ENABLE_UNIT_TESTS // run unit tests
//#define PSP_ENABLE_SPEED_TESTS // run speed tests
-#if defined (PSP_ENABLE_UNIT_TESTS) || defined (PSP_ENABLE_SPEED_TESTS)
+#if defined(PSP_ENABLE_UNIT_TESTS) || defined(PSP_ENABLE_SPEED_TESTS)
void psp_tests();
#endif