Skip to content

Commit

Permalink
Fix random code style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ng3r committed Jul 12, 2017
1 parent 066e855 commit 80d4b44
Show file tree
Hide file tree
Showing 14 changed files with 652 additions and 523 deletions.
2 changes: 1 addition & 1 deletion binr/rafind2/rafind2.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ int main(int argc, char **argv) {
mode = R_SEARCH_KEYWORD;
hexstr = 0;
widestr = 1;
r_list_append(keywords, optarg);
r_list_append (keywords, optarg);
break;
case 'b':
bsize = r_num_math (NULL, optarg);
Expand Down
2 changes: 1 addition & 1 deletion libr/anal/sign.c
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ static int addSearchKwCB(RSignItem *it, void *user) {
}

it2 = r_sign_item_dup (it);
r_list_append(ss->items, it2);
r_list_append (ss->items, it2);

// TODO(nibble): change arg data in r_search_keyword_new to void*
kw = r_search_keyword_new (bytes->bytes, bytes->size, bytes->mask, bytes->size, (const char *) it2);
Expand Down
480 changes: 278 additions & 202 deletions libr/asm/arch/arm/winedbg/be_arm.c

Large diffs are not rendered by default.

Loading

0 comments on commit 80d4b44

Please sign in to comment.