From 6c20e2c5d5450be45610362703d41b56aae537b6 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 31 Jan 2016 18:38:33 +1100 Subject: [PATCH] Remove some whitespace --- fetch | 2 -- 1 file changed, 2 deletions(-) diff --git a/fetch b/fetch index bdba42b5..7720e276 100755 --- a/fetch +++ b/fetch @@ -1858,7 +1858,6 @@ getscriptdir () { # Source Config {{{ - # Check for $config_file first getconfig () { # Check $config_file @@ -1897,7 +1896,6 @@ esac # If config files are enabled [ "$config" == "on" ] && getconfig - # }}}