Browse Source

fixed indent

Signed-off-by: Quentin JEROME <[email protected]>
Quentin JEROME 1 year ago
parent
commit
a51c9bc
1 changed files with 3 additions and 3 deletions
  1. 3 3
      aya-obj/src/btf/btf.rs

+ 3 - 3
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");
                             }