Fix whitespace

This commit is contained in:
Ivan Malison 2016-11-17 09:57:08 -06:00
parent f754d4f614
commit 93798c5560
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -29,7 +29,7 @@ function exists_in_path_var {
function split_into_vars () { function split_into_vars () {
local string IFS local string IFS
string="$1" string="$1"
IFS="$2" IFS="$2"
shift 2 shift 2
@ -39,7 +39,7 @@ EOF
} }
function echo_split () { function echo_split () {
local IFS local IFS
IFS="$2" read -rA -- arr <<EOF IFS="$2" read -rA -- arr <<EOF
$1 $1
EOF EOF
@ -175,7 +175,7 @@ function ospaste() {
then then
reattach-to-user-namespace pbpaste reattach-to-user-namespace pbpaste
else else
xclip -o xclip -o
fi fi
} }