X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fpic32mx.c;h=378d9b242de718ffceebcb9eccce2d3b66a9a811;hp=a0d6f41ea64909780bac163618a43700d8188dde;hb=50c086ffb94f199c088f4cc52b7887b668dddf00;hpb=e43979e7020ea9d05a3c0a2af444f292eacb6c53 diff --git a/src/flash/pic32mx.c b/src/flash/pic32mx.c index a0d6f41ea6..378d9b242d 100644 --- a/src/flash/pic32mx.c +++ b/src/flash/pic32mx.c @@ -452,7 +452,7 @@ static int pic32mx_write_block(struct flash_bank_s *bank, uint8_t *buffer, uint3 target_free_working_area(target, source); - while(count > 0) + while (count > 0) { uint32_t value; memcpy(&value, buffer, sizeof(uint32_t));