X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=testing%2Fexamples%2Fledtest-imx27ads%2Ftest.c;h=467571dc87e4370e86cadbdd44b6a27c70a0f5f0;hp=abb3bd15a868ffadb19ec143ac0117a12388d29d;hb=50c086ffb94f199c088f4cc52b7887b668dddf00;hpb=e43979e7020ea9d05a3c0a2af444f292eacb6c53 diff --git a/testing/examples/ledtest-imx27ads/test.c b/testing/examples/ledtest-imx27ads/test.c index abb3bd15a8..467571dc87 100644 --- a/testing/examples/ledtest-imx27ads/test.c +++ b/testing/examples/ledtest-imx27ads/test.c @@ -48,13 +48,13 @@ __gccmain() void exit(int exit_code) { - while(1); + while (1); } /* EXIT */ atexit() { - while(1); + while (1); } /* ATEXIT */