]> git.gag.com Git - fw/openocd/blobdiff - src/target/mips32_pracc.c
Remove whitespace that occurs before ')'.
[fw/openocd] / src / target / mips32_pracc.c
index 55755065149c8f9c1f0028ec8f896aa1b9907fff..c498aff93e1f515654e638a900b8db4a8801223a 100644 (file)
@@ -187,7 +187,7 @@ static int mips32_pracc_exec_write(mips32_pracc_context *ctx, uint32_t address)
                offset = (address - MIPS32_PRACC_PARAM_IN) / 4;
                ctx->local_iparam[offset] = data;
        }
-       else if ((address >= MIPS32_PRACC_PARAM_OUT )
+       else if ((address >= MIPS32_PRACC_PARAM_OUT)
                && (address <= MIPS32_PRACC_PARAM_OUT + ctx->num_oparam * 4))
        {
                offset = (address - MIPS32_PRACC_PARAM_OUT) / 4;