From 8df6cffef706e78248bbb938560ba24d8a9b1fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Mengu=C3=A9?= Date: Sun, 19 Jan 2014 16:03:28 +0100 Subject: [PATCH] hg: minor code layout --- liquidprompt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/liquidprompt b/liquidprompt index 139f9d0..5766800 100755 --- a/liquidprompt +++ b/liquidprompt @@ -842,7 +842,8 @@ _lp_hg_branch_color() # some commit(s) to push ret="${LP_COLOR_COMMITS}${branch}${NO_COL}(${LP_COLOR_COMMITS}$commits${NO_COL})${has_untracked}${NO_COL}" else - ret="${LP_COLOR_UP}${branch}${has_untracked}${NO_COL}" # nothing to commit or push + # nothing to commit or push + ret="${LP_COLOR_UP}${branch}${has_untracked}${NO_COL}" fi else local has_lines