format chore

This commit is contained in:
2025-11-27 12:42:10 +05:30
parent 1593b7bcfe
commit 189526d5ca
3 changed files with 16 additions and 9 deletions

View File

@ -682,13 +682,13 @@ def _handle_vmlinux_cast(
def _handle_user_defined_struct_cast(
func,
module,
builder,
expr,
local_sym_tab,
map_sym_tab,
structs_sym_tab,
func,
module,
builder,
expr,
local_sym_tab,
map_sym_tab,
structs_sym_tab,
):
"""Handle user-defined struct cast expressions like iphdr(nh).
@ -744,6 +744,7 @@ def _handle_user_defined_struct_cast(
return casted_ptr, struct_name
# ============================================================================
# Expression Dispatcher
# ============================================================================