Skip to content

Commit 39ad6ee

Browse files
committed
Merge branch 'jk/run-command-formatfix' into next
Code style cleanup. * jk/run-command-formatfix: run-command.h: fix mis-indented struct member
2 parents a26434b + 539052f commit 39ad6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-command.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ struct child_process {
116116
unsigned no_stdin:1;
117117
unsigned no_stdout:1;
118118
unsigned no_stderr:1;
119-
unsigned git_cmd:1; /* if this is to be git sub-command */
119+
unsigned git_cmd:1; /* if this is to be git sub-command */
120120

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

0 commit comments

Comments
 (0)