diff options
author | Carlos Rodriguez <carlos@eddorre.com> | 2012-01-26 23:19:50 -0800 |
---|---|---|
committer | Carlos Rodriguez <carlos@eddorre.com> | 2012-01-26 23:19:50 -0800 |
commit | 8769e5f8c959f3d3fc9e5b62ab48fc0f73aedb1f (patch) | |
tree | f75f7fb6b7f539c127eec906a1085a7dac864216 /lib/git.zsh | |
parent | 9d92987b8a0456e6cc51dd893159071e1fcf43db (diff) | |
download | zsh-8769e5f8c959f3d3fc9e5b62ab48fc0f73aedb1f.tar.gz zsh-8769e5f8c959f3d3fc9e5b62ab48fc0f73aedb1f.tar.bz2 zsh-8769e5f8c959f3d3fc9e5b62ab48fc0f73aedb1f.zip |
Removed trailing spaces in Git files. Fixes #867
Diffstat (limited to 'lib/git.zsh')
-rw-r--r-- | lib/git.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/git.zsh b/lib/git.zsh index defa062c6..4d1634e8b 100644 --- a/lib/git.zsh +++ b/lib/git.zsh @@ -61,4 +61,4 @@ git_prompt_status() { STATUS="$ZSH_THEME_GIT_PROMPT_UNMERGED$STATUS" fi echo $STATUS -} +}
\ No newline at end of file |