Skip to content

Commit

Permalink
Merge branch 'jk/run-command-formatfix' into maint
Browse files Browse the repository at this point in the history
Code style cleanup.

* jk/run-command-formatfix:
  run-command.h: fix mis-indented struct member
  • Loading branch information
gitster committed Mar 17, 2020
2 parents 221887a + 539052f commit 9a75ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-command.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a75ecd

Please sign in to comment.