Skip to content

Commit

Permalink
Format according to clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
DMaroo committed Feb 8, 2022
1 parent 5035d58 commit 67220ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion librz/core/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -3776,7 +3776,7 @@ RZ_API RzList *rz_core_get_boundaries_prot(RzCore *core, int perm, const char *m
append_bound(list, core->io, search_itv, from, size, 5);
} else {
RZ_LOG_ERROR("WARNING: search.in = ( analysis.bb | analysis.fcn )"
"requires to seek into a valid function\n");
"requires to seek into a valid function\n");
append_bound(list, core->io, search_itv, core->offset, 1, 5);
}
} else if (!strncmp(mode, "dbg.", 4)) {
Expand Down
2 changes: 1 addition & 1 deletion librz/util/str.c
Original file line number Diff line number Diff line change
Expand Up @@ -2208,7 +2208,7 @@ RZ_API void rz_str_filter(char *str, int len) {

/**
* \brief Extract all printable characters in \p str, and return a string of maximum length \p len
*
*
* \param str String to extract printable characters from
* \param len The maximum length of the resulting string
* \return char* Extracted printable string
Expand Down

0 comments on commit 67220ef

Please sign in to comment.