Skip to content

Commit 5a9c77f

Browse files
committed
janitorial
1 parent d0f7a9d commit 5a9c77f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pythonbpf/helper/helper_utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ def get_or_create_ptr_from_arg(
114114
if val is None:
115115
raise ValueError("Failed to dereference pointer to expected depth")
116116
else:
117-
logger.debug("Expected Type not known / Not a pointer, skipping dereference")
117+
logger.debug(
118+
"Expected Type not known / Not a pointer, skipping dereference"
119+
)
118120

119121
ptr, temp_name = compilation_context.scratch_pool.get_next_temp(
120122
local_sym_tab, expected_type

0 commit comments

Comments
 (0)