Skip to content

Commit 28dd508

Browse files
committed
removed whitespace in wfi test
1 parent da07e27 commit 28dd508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/tests/mbed/wfi/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ int main(void)
1414
#endif
1515
int count = 0;
1616
while(1) {
17-
printf("%d\r\n", count++);
17+
printf("%d\r\n", count++);
1818
__WFI();
1919
}
2020
}

0 commit comments

Comments
 (0)