Hello, On Thu, Jan 12, 2017 at 5:17 AM, Jacob Keller <jacob.kel...@gmail.com> wrote: > On Tue, Jan 10, 2017 at 12:49 AM, Karthik Nayak <karthik....@gmail.com> wrote: >> diff --git a/builtin/branch.c b/builtin/branch.c >> index 34cd61cd9..f293ee5b0 100644 >> --- a/builtin/branch.c >> +++ b/builtin/branch.c >> @@ -37,11 +37,11 @@ static unsigned char head_sha1[20]; >> static int branch_use_color = -1; >> static char branch_colors[][COLOR_MAXLEN] = { >> GIT_COLOR_RESET, >> - GIT_COLOR_NORMAL, /* PLAIN */ >> - GIT_COLOR_RED, /* REMOTE */ >> - GIT_COLOR_NORMAL, /* LOCAL */ >> - GIT_COLOR_GREEN, /* CURRENT */ >> - GIT_COLOR_BLUE, /* UPSTREAM */ >> + GIT_COLOR_NORMAL, /* PLAIN */ >> + GIT_COLOR_RED, /* REMOTE */ >> + GIT_COLOR_NORMAL, /* LOCAL */ >> + GIT_COLOR_GREEN, /* CURRENT */ >> + GIT_COLOR_BLUE, /* UPSTREAM */ >> }; > > > What's... actually changing here? It looks like just white space? Is > there a strong reason for why this is changing? > > Thanks, > Jake
None, I'm not sure how this ended up being added too. -- Regards, Karthik Nayak