summaryrefslogtreecommitdiffstats
path: root/tests/lib/stack-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/stack-test.c')
-rw-r--r--tests/lib/stack-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/stack-test.c b/tests/lib/stack-test.c
index 1f671f39cb47..583fe4954f2a 100644
--- a/tests/lib/stack-test.c
+++ b/tests/lib/stack-test.c
@@ -6,9 +6,9 @@
#if CONFIG_STACK_SIZE == 0
-# define STACK_SIZE 0x1000
+#define STACK_SIZE 0x1000
#else
-# define STACK_SIZE CONFIG_STACK_SIZE
+#define STACK_SIZE CONFIG_STACK_SIZE
#endif
/* Value used for stack initialization. Change if implementation changes. */