- Fixes '[<>]' whitespace
[fw/openocd] / testing / examples / cortex / test.c
index 68095da33223d59a7e67fc2d43a90f95766c376a..416bfe9545bd3b6376e614a2be2b1c384b116ea1 100644 (file)
@@ -20,7 +20,7 @@ int j;
 void _start()
 {
   int i;
-  for (i = 0; i<1000; i++)
+  for (i = 0; i < 1000; i++)
     {
       j++;
     }