1
0
mirror of https://github.com/janet-lang/janet synced 2024-09-28 15:08:40 +00:00

Apply formatting to windows changes.

This commit is contained in:
Calvin Rose 2020-09-02 19:12:27 -05:00
parent b0c09153c2
commit b0b137d7f0

View File

@ -490,7 +490,7 @@ static Janet os_execute(int32_t argc, Janet *argv) {
_flushall(); _flushall();
/* TODO - redirection, :p flag */ /* TODO - redirection, :p flag */
if(!CreateProcess(janet_flag_at(flags, 1) ? NULL : path, /* NULL? */ if (!CreateProcess(janet_flag_at(flags, 1) ? NULL : path, /* NULL? */
(char *) buf->data, /* Single CLI argument */ (char *) buf->data, /* Single CLI argument */
NULL, /* no proc inheritance */ NULL, /* no proc inheritance */
NULL, /* no thread inheritance */ NULL, /* no thread inheritance */