]> git.ipfire.org Git - thirdparty/git.git/commitdiff
run-command.h: fix mis-indented struct member
authorJeff King <peff@peff.net>
Fri, 21 Feb 2020 02:56:37 +0000 (21:56 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 22 Feb 2020 17:05:34 +0000 (09:05 -0800)
An accidental conversion of a tab to 4 spaces snuck into 4c4066d95d
(run-command: move doc to run-command.h, 2019-11-17), messing up the
alignment when you have the project-recommended 8-width tabstops. Let's
revert that line.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
run-command.h

index 592d9dc03584c1690ad36645b65105adcc8d5652..0f3cc73ab6727e9b3805d93e5e4ab4dec3c1d5cb 100644 (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