- Replace 'if(' with 'if ('.
[fw/openocd] / src / flash / lpc288x.c
index 1f0d51760a074adde6e94e68427279080132b261..e40ec4423b080f89b965e21472100616eaeb90af 100644 (file)
@@ -129,7 +129,7 @@ static uint32_t lpc288x_wait_status_busy(flash_bank_t *bank, int timeout)
                target_read_u32(target, F_STAT, &status);
        }while (((status & FS_DONE) == 0) && timeout);
 
-       if(timeout == 0)
+       if (timeout == 0)
        {
                LOG_DEBUG("Timedout!");
                return ERROR_FLASH_OPERATION_FAILED;