Merge ccdbg and altos sources into one giant repository
[fw/altos] / lib / ccdbg-rom.c
index 4559b4e7bd0d3476133b39cb70c9a1a3d79816e2..71bed2200478b2f9b56a199f2a8e7a8ee87d523f 100644 (file)
@@ -45,7 +45,7 @@ ccdbg_rom_replace_xmem(struct ccdbg *dbg,
        struct hex_image *rom = dbg->rom;
        if (!rom)
                return 0;
-       
+
        if (rom->address < addr + nbytes && addr < rom->address + rom->length) {
                int     start, stop;