mirror of
https://github.com/git/git.git
synced 2026-02-28 02:42:52 +00:00
Merge branch 'jk/run-command-formatfix'
Code style cleanup. * jk/run-command-formatfix: run-command.h: fix mis-indented struct member
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user