浏览代码

fixed indent

Signed-off-by: Quentin JEROME <qjerome@users.noreply.github.com>
Quentin JEROME 2 年之前
父节点
当前提交
a51c9bc532
共有 1 个文件被更改,包括 3 次插入3 次删除
  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");
                             }