]> git.sur5r.net Git - openocd/blobdiff - src/jtag/tcl.c
- Fixes '[<>]' whitespace
[openocd] / src / jtag / tcl.c
index 593330b53eb1d2001e683407e43d557593735dee..a6f7b5dd4725f15beaaa94451d307811fbdc882f 100644 (file)
@@ -1396,7 +1396,7 @@ static int Jim_Command_pathmove(Jim_Interp *interp, int argc, Jim_Obj *const *ar
        script_debug(interp, "pathmove", argc, args);
 
        int i;
-       for (i = 0; i<argc-1; i++)
+       for (i = 0; i < argc-1; i++)
        {
                const char *cp;
                cp = Jim_GetString( args[i + 1], NULL );