Trailing whitespace fix

This commit is contained in:
Sonny 2017-07-10 07:23:33 +02:00
parent 1044497c5f
commit 2a49f4a4df
2 changed files with 15 additions and 12 deletions

View file

@ -65,6 +65,9 @@ create_script() {
> $HOME/.bin/qemu/$FILE
sed -i 's/^ *//g' $HOME/.bin/qemu/$FILE
fi
# Remove trailing whitespaces
sed -i 's/\s*$//g' $HOME/.bin/qemu/$FILE
}
# Remove GUI options for headless VM