aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Nate Soares <nate@so8r.es>2012-10-18 22:41:34 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-10-20 12:15:49 -0700
commit01608cf0628aa7793e68a1db09b61422653cc7f7 (patch)
treee05ecb939edb62761a69b25381989f1817c46ca0
parente06d6ce4a2ed7982951b0f603c03c2d586cef6eb (diff)
Normalized some inconsistent whitespace.
-rw-r--r--share/functions/__fish_config_interactive.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/functions/__fish_config_interactive.fish b/share/functions/__fish_config_interactive.fish
index 03f8583b..7a5a03be 100644
--- a/share/functions/__fish_config_interactive.fish
+++ b/share/functions/__fish_config_interactive.fish
@@ -202,11 +202,11 @@ function __fish_config_interactive -d "Initializations that should be performed
# Reload key bindings when binding variable change
function __fish_reload_key_bindings -d "Reload key bindings when binding variable change" --on-variable fish_key_bindings
# Do something nasty to avoid two forks
- if test "$fish_key_bindings" = fish_default_key_bindings
+ if test "$fish_key_bindings" = fish_default_key_bindings
fish_default_key_bindings
#Load user key bindings if they are defined
if functions --query fish_user_key_bindings > /dev/null
- fish_user_key_bindings
+ fish_user_key_bindings
# Deprecated. Retained for backwards compatibility reasons.
else if functions --query fish_user_keybindings > /dev/null
fish_user_keybindings