From: Mahi Kolla <redacted>
Previously, the code used spaces to appropriately format. The spaces have been replaced with tabs to follow style guide standards.
Signed-off-by: Mahi Kolla <redacted>
---
builtin/clone.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/builtin/clone.c b/builtin/clone.c
index f41fd1afb66..c6bb38d2fde 100644
--- a/builtin/clone.c
+++ b/builtin/clone.c
@@ -1130,7 +1130,7 @@ int cmd_clone(int argc, const char **argv, const char *prefix)
strbuf_detach(&sb, NULL));
}
- string_list_append(&option_config, "submodule.recurse=true");
+ string_list_append(&option_config, "submodule.recurse=true");
if (option_required_reference.nr &&
option_optional_reference.nr)
die(_("clone --recursive is not compatible with "--
gitgitgadget