Style fix in stm32f4/jerry-libc.c.

This commit is contained in:
Ruben Ayrapetyan
2014-08-13 16:50:17 +04:00
parent 350580c49e
commit a672807990
+3 -1
View File
@@ -38,7 +38,9 @@ __exit (int status __unused)
* TODO: Blink LEDs? status -> binary -> LEDs?
*/
while (true);
while (true)
{
}
} /* __exit */
/**