diff options
| author | Junio C Hamano <gitster@pobox.com> | 2020-03-02 15:07:19 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-03-02 15:07:19 -0800 |
| commit | 777815f5f97da6a41233fa2bb6ecbcb111929d1c (patch) | |
| tree | 1f7e6d770c467172bbde1e53b5f4c8cd4f3bdc6e | |
| parent | 444cff61b4467f71805b0def8300ab4e9c285bb4 (diff) | |
| parent | 539052f42f058bbcc35d7af5a66d5236bd37b6c0 (diff) | |
| download | git-777815f5f97da6a41233fa2bb6ecbcb111929d1c.tar.xz | |
Merge branch 'jk/run-command-formatfix'
Code style cleanup.
* jk/run-command-formatfix:
run-command.h: fix mis-indented struct member
| -rw-r--r-- | run-command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-command.h b/run-command.h index 592d9dc035..0f3cc73ab6 100644 --- a/run-command.h +++ b/run-command.h @@ -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 |
