jtag/nulink: add a space after PRIx32
[fw/openocd] / src / target / dsp563xx.h
index 4bb5aceaf1da0fb2cd7f3f7648e3fca24796cafd..18428b8547566eda187adad04c5cf8f2cc085f25 100644 (file)
@@ -46,8 +46,8 @@ struct dsp563xx_common {
        struct once_reg once_regs[DSP563XX_NUMONCEREGS];
 
        /* register cache to processor synchronization */
-       int (*read_core_reg) (struct target *target, int num);
-       int (*write_core_reg) (struct target *target, int num);
+       int (*read_core_reg)(struct target *target, int num);
+       int (*write_core_reg)(struct target *target, int num);
 
        struct hardware_breakpoint hardware_breakpoint[1];