Jelajahi Sumber

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

TheWildJames 4 bulan lalu
induk
melakukan
3e1c408e6a
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      .github/actions/susfs/action.yml

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

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