Removed trailing whitespace on line 51
parent
5e92af959a
commit
d7b6cff2c1
|
|
@ -48,7 +48,7 @@ _lp_git_branch()
|
||||||
local commit branch ret
|
local commit branch ret
|
||||||
|
|
||||||
commit="$(\git rev-parse --short -q HEAD 2>/dev/null)"
|
commit="$(\git rev-parse --short -q HEAD 2>/dev/null)"
|
||||||
|
|
||||||
# Recent versions of Git support the --short option for symbolic-ref, but
|
# Recent versions of Git support the --short option for symbolic-ref, but
|
||||||
# not 1.7.9 (Ubuntu 12.04)
|
# not 1.7.9 (Ubuntu 12.04)
|
||||||
if branch="$(\git symbolic-ref -q HEAD)"; then
|
if branch="$(\git symbolic-ref -q HEAD)"; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue