瀏覽代碼

fix(action): correct indentation in sed command for task_mmu.c modifications

TheWildJames 4 月之前
父節點
當前提交
e321dd0bc2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/actions/susfs/action.yml

+ 1 - 1
.github/actions/susfs/action.yml

@@ -166,7 +166,7 @@ runs:
           /int ret.*= 0, copied.*= 0;/!d
           a\
                 unsigned int nr_subpages = __PAGE_SIZE / PAGE_SIZE;\
-                pagemap_entry_t *res = NULL;
+          			pagemap_entry_t *res = NULL;
           }' fs/proc/task_mmu.c
         fi
         cat fs/proc/task_mmu.c