Skip to content

Commit 252eec2

Browse files
committed
Fixed astyle
1 parent 617961b commit 252eec2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

TESTS/mbedmicro-rtos-mbed/heap_and_stack/main.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ struct linked_list {
5959

6060
// Global test variables
6161
#define TEST_VALUE 789
62-
static struct Test
63-
{
62+
static struct Test {
6463
Test() : val(TEST_VALUE) {}
6564
~Test() {}
6665
int val;

platform/source/mbed_sdk_boot.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ int $Sub$$main(void)
125125
// post stack/heap is not active in microlib
126126
// so call the function explicitly.
127127
_platform_post_stackheap_init();
128-
#endif
128+
#endif
129129
mbed_toolchain_init();
130130
mbed_main();
131131
return $Super$$main();
@@ -178,7 +178,7 @@ void __mbed_init(void)
178178

179179
mbed_stack_isr_start = (unsigned char *)__section_begin("CSTACK");
180180
mbed_stack_isr_size = (uint32_t)__section_size("CSTACK");
181-
181+
182182
mbed_init();
183183
}
184184

0 commit comments

Comments
 (0)