git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] run-command.h: fix mis-indented struct member
@ 2020-02-21  2:56 Jeff King
  0 siblings, 0 replies; only message in thread
From: Jeff King @ 2020-02-21  2:56 UTC (permalink / raw)
  To: git; +Cc: Heba Waly

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>
---
 run-command.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.25.1.795.gf56f34c505

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-21  2:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-21  2:56 [PATCH] run-command.h: fix mis-indented struct member Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).