Преглед изворни кода

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