Ver Fonte

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

TheWildJames há 4 meses atrás
pai
commit
e321dd0bc2
1 ficheiros alterados com 1 adições e 1 exclusões
  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