Fixes #5154: Stop including source-file whitespace (#5155)

This commit is contained in:
Joshua J. Drake 2016-06-16 15:57:10 -05:00 committed by radare
parent e97e011426
commit 2b9edf8dc4

View File

@ -279,10 +279,10 @@ R_API int r_bp_list(RBreakpoint *bp, int rad) {
// b->data? b->data: "");
break;
case 'j':
bp->cb_printf ("%s{\"addr\":%"PFMT64d",\"size\":%d,\
\"prot\":\"%c%c%c\",\"hw\":%s,\
\"trace\":%s,\"enabled\":%s,\
\"data\":\"%s\"}",
bp->cb_printf ("%s{\"addr\":%"PFMT64d",\"size\":%d,"
"\"prot\":\"%c%c%c\",\"hw\":%s,"
"\"trace\":%s,\"enabled\":%s,"
"\"data\":\"%s\"}",
iter->p ? "," : "",
b->addr, b->size,
(b->rwx & R_BP_PROT_READ) ? 'r' : '-',