Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Chan <[email protected]>
  • Loading branch information
arthurscchan committed Jan 21, 2025
1 parent a6489c6 commit 01ba4d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def analysis_func(self,

# Check for only_referenced_functions flag
if (self.only_referenced_functions and
function.function_name not in xref_dict):
function.function_name not in xref_dict):
continue

# Check for only_header_functions
Expand Down

0 comments on commit 01ba4d5

Please sign in to comment.