Merge branch 'jk/run-command-formatfix' into maint

Code style cleanup.

* jk/run-command-formatfix:
  run-command.h: fix mis-indented struct member
maint
Junio C Hamano 2020-03-17 15:02:26 -07:00
commit 9a75ecda1b
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ struct child_process {
unsigned no_stdin:1;
unsigned no_stdout:1;
unsigned no_stderr:1;
unsigned git_cmd:1; /* if this is to be git sub-command */
unsigned git_cmd:1; /* if this is to be git sub-command */

/**
* If the program cannot be found, the functions return -1 and set