remove white space at the end of line

This commit is contained in:
Yu Watanabe 2017-12-12 14:33:30 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent 219c026dc0
commit e92fe49e42
1 changed files with 1 additions and 1 deletions

View File

@ -47,5 +47,5 @@ esac
# skip other installation plugins, if we can't find a boot loader spec conforming setup
if ! [[ -d /boot/loader/entries || -L /boot/loader/entries ]]; then
exit 77
exit 77
fi