- Replace 'while(' with 'while ('.
[fw/openocd] / src / target / mips_m4k.c
index be88df8407b0fd4a6458f0300ecbfca277bea8f6..71dab5dbe6740b896aa74002cd66e3c1ff424c83 100644 (file)
@@ -509,7 +509,7 @@ int mips_m4k_set_breakpoint(struct target_s *target, breakpoint_t *breakpoint)
        {
                int bp_num = 0;
 
-               while(comparator_list[bp_num].used && (bp_num < mips32->num_inst_bpoints))
+               while (comparator_list[bp_num].used && (bp_num < mips32->num_inst_bpoints))
                        bp_num++;
                if (bp_num >= mips32->num_inst_bpoints)
                {