On Tue, Jan 10, 2017 at 12:49 AM, Karthik Nayak <karthik.188@xxxxxxxxx> 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