X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=testing%2Fexamples%2Fcortex%2Ftest.c;fp=testing%2Fexamples%2Fcortex%2Ftest.c;h=416bfe9545bd3b6376e614a2be2b1c384b116ea1;hp=68095da33223d59a7e67fc2d43a90f95766c376a;hb=6d1d58a1fc3dfd60e9cac89460b5a6e438d11efa;hpb=fb1a9b2cb2f844a17d26dfeb3d26849364d93e26 diff --git a/testing/examples/cortex/test.c b/testing/examples/cortex/test.c index 68095da332..416bfe9545 100644 --- a/testing/examples/cortex/test.c +++ b/testing/examples/cortex/test.c @@ -20,7 +20,7 @@ int j; void _start() { int i; - for (i = 0; i<1000; i++) + for (i = 0; i < 1000; i++) { j++; }