Commit e7586577 authored by Anton Protopopov's avatar Anton Protopopov Committed by Alexei Starovoitov
Browse files

libbpf: fix formatting of bpf_object__append_subprog_code



The commit 6c918709 ("libbpf: Refactor bpf_object__reloc_code")
added the bpf_object__append_subprog_code() with incorrect indentations.
Use tabs instead. (This also makes a consequent commit better readable.)

Signed-off-by: default avatarAnton Protopopov <a.s.protopopov@gmail.com>
Acked-by: default avatarAndrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/r/20251019202145.3944697-14-a.s.protopopov@gmail.com


Signed-off-by: default avatarAlexei Starovoitov <ast@kernel.org>
parent 2f69c568
Loading
Loading
Loading
Loading
+26 −26

File changed.

Contains only whitespace changes.