Skip to content

Commit 0e01289

Browse files
[pre-commit.ci] Fixing issues with pre-commit
1 parent aa2048f commit 0e01289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/allow_ptrace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ int main(int argc, char **argv) {
1313
execv(argv[1], &argv[1]);
1414
perror("execv");
1515
return 1;
16-
}
16+
}

0 commit comments

Comments
 (0)