]> git.sur5r.net Git - openocd/blobdiff - testing/examples/ledtest-imx27ads/test.c
- Replace 'while(' with 'while ('.
[openocd] / testing / examples / ledtest-imx27ads / test.c
index abb3bd15a868ffadb19ec143ac0117a12388d29d..467571dc87e4370e86cadbdd44b6a27c70a0f5f0 100644 (file)
@@ -48,13 +48,13 @@ __gccmain()
 
 void exit(int exit_code)
 {
-  while(1);
+  while (1);
 } /* EXIT */
 
 
 atexit()
 {
-  while(1);
+  while (1);
 } /* ATEXIT */