Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka committed Jan 7, 2024
1 parent 4fc1a56 commit faa4df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librz/core/tui/rop.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RZ_IPI int rz_core_visual_view_rop(RzCore *core) {
int cur = 0;
RzLine *line = core->cons->line;

rz_line_set_prompt(line,"rop regexp: ");
rz_line_set_prompt(line, "rop regexp: ");
const char *linestr = rz_line_readline(line);
if (RZ_STR_ISEMPTY(linestr)) {
return false;
Expand Down

0 comments on commit faa4df9

Please sign in to comment.