- Fixes '<=' whitespace
[fw/openocd] / src / jtag / bitq.c
index 1af1be5424ef92fcfc6422bed7902e7fa9f72f6e..65dbb6568efdd93c02a9387a893f964d7a7310fa 100644 (file)
@@ -175,7 +175,7 @@ void bitq_path_move(pathmove_command_t* cmd)
 {
        int i;
 
-       for (i = 0; i<=cmd->num_states; i++)
+       for (i = 0; i <= cmd->num_states; i++)
        {
                if (tap_state_transition(tap_get_state(), false) == cmd->path[i])
                        bitq_io(0, 0, 0);