summaryrefslogtreecommitdiffhomepage
path: root/public/frameworks
diff options
context:
space:
mode:
Diffstat (limited to 'public/frameworks')
-rw-r--r--public/frameworks/KernelTest.fwrk/headers/TestCase.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/frameworks/KernelTest.fwrk/headers/TestCase.h b/public/frameworks/KernelTest.fwrk/headers/TestCase.h
index 79ebab8d..4f835ff6 100644
--- a/public/frameworks/KernelTest.fwrk/headers/TestCase.h
+++ b/public/frameworks/KernelTest.fwrk/headers/TestCase.h
@@ -12,10 +12,10 @@
/// @file TestCase.h
/// ================================================================================
-#define KT_RUN_TEST(OBJECT) \
- { \
- KTTestCase##OBJECT obj{}; \
- obj.Run(); \
+#define KT_RUN_TEST(OBJECT) \
+ { \
+ KTTestCase##OBJECT obj{}; \
+ obj.Run(); \
}
#define KT_MUST_PASS(MSG, LEFT_COND, RIGHT_COND) \