Skip to content
Snippets Groups Projects
Commit eabc10e6 authored by GiSeong Ji's avatar GiSeong Ji Committed by Casey Schaufler
Browse files

security: smack: Fix indentation in smack_netfilter.c


Aligned parameters in the function declaration of smack_ip_output
to adhere to the Linux kernel coding style guidelines.

The parameters of the smack_ip_output function were previously misaligned,
with the second and third parameters not aligned under the first parameter.
This change corrects the indentation, improving code readability and
maintaining consistency with the rest of the codebase.

Signed-off-by: default avatarGiSeong Ji <jiggyjiggy0323@gmail.com>
Signed-off-by: default avatarCasey Schaufler <casey@schaufler-ca.com>
parent 47ac09b9
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment