git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Tao Qingyun <taoqy@ls-a.me>
To: peff@peff.net
Cc: git@vger.kernel.org, gitster@pobox.com, Tao Qingyun <taoqy@ls-a.me>
Subject: [PATCH v2] branch: trivial style fix
Date: Tue, 16 Oct 2018 22:19:20 +0800	[thread overview]
Message-ID: <20181016141919.2268-1-taoqy@ls-a.me> (raw)
In-Reply-To: <20181005095213.12509-1-taoqy@ls-a.me>

Signed-off-by: Tao Qingyun <taoqy@ls-a.me>
---
 builtin/branch.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/builtin/branch.c b/builtin/branch.c
index c396c41533..0aa3dac27b 100644
--- a/builtin/branch.c
+++ b/builtin/branch.c
@@ -716,8 +716,7 @@ int cmd_branch(int argc, const char **argv, const char *prefix)
 		print_columns(&output, colopts, NULL);
 		string_list_clear(&output, 0);
 		return 0;
-	}
-	else if (edit_description) {
+	} else if (edit_description) {
 		const char *branch_name;
 		struct strbuf branch_ref = STRBUF_INIT;
 
-- 
2.19.0




  parent reply	other threads:[~2018-10-16 14:19 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-05  9:52 [PATCH] branch: trivial style fix Tao Qingyun
2018-10-05 16:21 ` Jeff King
2018-10-05 16:47 ` Junio C Hamano
     [not found]   ` <87bm87x5z2.fsf@ls-a.me>
2018-10-15 19:35     ` Jeff King
2018-10-16 14:14       ` Tao Qingyun
2018-10-16 14:27         ` Ævar Arnfjörð Bjarmason
2018-10-16 15:32           ` Jeff King
2018-10-16 14:19 ` Tao Qingyun [this message]
2018-10-16 15:33   ` [PATCH v2] " Jeff King

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181016141919.2268-1-taoqy@ls-a.me \
    --to=taoqy@ls-a.me \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=peff@peff.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).