aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/archive.c
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2022-09-01 01:17:51 +0200
committerJunio C Hamano <gitster@pobox.com>2022-09-02 09:16:23 -0700
commite2d5c886bfb9ac21368786d9330a3e395f21ac5b (patch)
tree09f6112dccc3518a591246eafd40474b21aa4335 /builtin/archive.c
parent96a28a9bc655e1804a516de864d5aada13260f50 (diff)
downloadgit-e2d5c886bfb9ac21368786d9330a3e395f21ac5b.tar.gz
submodule--helper style: don't separate declared variables with \n\n
The usual style in the codebase is to separate declared variables with a single newline, not two, let's adjust this code to conform to that. This makes the eventual addition of various "int ret" variables more consistent. In doing this the comment added in 2964d6e5e1e (submodule: port subcommand 'set-branch' from shell to C, 2020-06-02) might become ambiguous to some, although it should be clear what it's referring to, let's move it above the 'OPT_NOOP_NOARG('q', "quiet")' to make that clearer. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Reviewed-by: Glen Choo <chooglen@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/archive.c')
0 files changed, 0 insertions, 0 deletions