mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-17 16:38:22 +00:00
Merge pull request #3967 from thetarnav/remove-space
Remove space in indentation
This commit is contained in:
@@ -786,7 +786,7 @@ execve :: proc "contextless" (name: cstring, argv: [^]cstring, envp: [^]cstring)
|
||||
return Errno(-ret)
|
||||
} else {
|
||||
ret := syscall(SYS_execveat, AT_FDCWD, cast(rawptr) name, cast(rawptr) argv, cast(rawptr) envp, i32(0))
|
||||
return Errno(-ret)
|
||||
return Errno(-ret)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user