Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: DavidKorczynski <[email protected]>
  • Loading branch information
DavidKorczynski authored Jan 16, 2025
1 parent 48c60b5 commit 587c728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fuzz_introspector/frontends/frontend_cpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,8 @@ def _process_invoke(self, expr: Node,

# Find the matching function in our project
logger.debug('Matching function %s', target_name)
matched_func = get_function_node(target_name,
project.all_functions)
matched_func = get_function_node(target_name,
project.all_functions)
if matched_func:
logger.debug('Matched function: %s', matched_func.name)
target_name = matched_func.name
Expand Down

0 comments on commit 587c728

Please sign in to comment.