@@ -66,12 +66,12 @@ R_LIB_VERSION_HEADER(r_core);
6666#define R_FLAGS_FS_SYMBOLS_SECTIONS "symbols.sections"
6767#define R_FLAGS_FS_SYSCALLS "syscalls"
6868
69- #define R_GRAPH_FORMAT_NO 0
70- #define R_GRAPH_FORMAT_GMLFCN 1
71- #define R_GRAPH_FORMAT_JSON 2
72- #define R_GRAPH_FORMAT_GML 3
73- #define R_GRAPH_FORMAT_DOT 4
74- #define R_GRAPH_FORMAT_CMD 5
69+ #define R_GRAPH_FORMAT_NO 0
70+ #define R_GRAPH_FORMAT_GMLFCN 1
71+ #define R_GRAPH_FORMAT_JSON 2
72+ #define R_GRAPH_FORMAT_GML 3
73+ #define R_GRAPH_FORMAT_DOT 4
74+ #define R_GRAPH_FORMAT_CMD 5
7575
7676///
7777#define R_CONS_COLOR_DEF (x , def ) ((core->cons && core->cons->context->pal.x)? core->cons->context->pal.x: def)
@@ -318,14 +318,14 @@ typedef struct r_core_esil_t {
318318 ut32 tr_reg ;
319319 ut32 tr_mem ;
320320 RReg * reg ;
321- char * cmd_step ; // command to run before a step is performed
322- char * cmd_step_out ; // command to run after a step is performed
323- char * cmd_intr ; // command to run when an interrupt occurs
324- char * cmd_trap ; // command to run when a trap occurs
325- char * cmd_mdev ; // command to run when an memory mapped device address is used
326- char * cmd_todo ; // command to run when esil expr contains TODO
327- char * cmd_ioer ; // command to run when esil fails to IO
328- char * mdev_range ; // string containing the r_str_range to match for read/write accesses
321+ char * cmd_step ; // command to run before a step is performed
322+ char * cmd_step_out ; // command to run after a step is performed
323+ char * cmd_intr ; // command to run when an interrupt occurs
324+ char * cmd_trap ; // command to run when a trap occurs
325+ char * cmd_mdev ; // command to run when an memory mapped device address is used
326+ char * cmd_todo ; // command to run when esil expr contains TODO
327+ char * cmd_ioer ; // command to run when esil fails to IO
328+ char * mdev_range ; // string containing the r_str_range to match for read/write accesses
329329 ut8 cfg ;
330330} RCoreEsil ;
331331
0 commit comments