Skip to content

Commit aa6d977

Browse files
committed
Fixed astyle
1 parent 617961b commit aa6d977

File tree

1 file changed

+1
-2
lines changed
  • TESTS/mbedmicro-rtos-mbed/heap_and_stack

1 file changed

+1
-2
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;

0 commit comments

Comments
 (0)