Browse code

Removed trailing spaces in Git files. Fixes #867

Carlos Rodriguez authored on 27/01/2012 at 07:19:50
Showing 2 changed files
... ...
@@ -61,4 +61,4 @@ git_prompt_status() {
61 61
     STATUS="$ZSH_THEME_GIT_PROMPT_UNMERGED$STATUS"
62 62
   fi
63 63
   echo $STATUS
64
-}
64
+}
65 65
\ No newline at end of file
... ...
@@ -60,4 +60,4 @@ compdef ggpull=git
60 60
 alias ggpush='git push origin $(current_branch)'
61 61
 compdef ggpush=git
62 62
 alias ggpnp='git pull origin $(current_branch) && git push origin $(current_branch)'
63
-compdef ggpnp=git
63
+compdef ggpnp=git
64 64
\ No newline at end of file