From a51c9bc532f101302a38cd866b40a5014fa61c54 Mon Sep 17 00:00:00 2001 From: Quentin JEROME Date: Wed, 19 Apr 2023 13:23:49 +0200 Subject: [PATCH] fixed indent Signed-off-by: Quentin JEROME --- aya-obj/src/btf/btf.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aya-obj/src/btf/btf.rs b/aya-obj/src/btf/btf.rs index 8a9a3067..faf519cd 100644 --- a/aya-obj/src/btf/btf.rs +++ b/aya-obj/src/btf/btf.rs @@ -550,9 +550,9 @@ impl Btf { if ty.linkage() == FuncLinkage::Global { if !features.btf_func_global { debug!( - "{}: BTF_FUNC_GLOBAL not supported. replacing with BTF_FUNC_STATIC", - kind - ); + "{}: BTF_FUNC_GLOBAL not supported. replacing with BTF_FUNC_STATIC", + kind + ); } else { debug!("changing FUNC {name} linkage to BTF_FUNC_STATIC"); }