Re: [PATCH v10 19/20] branch: use ref-filter printing APIs
From: Jacob Keller <hidden>
Date: 2017-01-11 23:47:39
On Tue, Jan 10, 2017 at 12:49 AM, Karthik Nayak [off-list ref] wrote:
quoted hunk ↗ jump to hunk
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