Use soft-tabs.

This commit is contained in:
Flat 2015-11-23 16:50:58 +09:00
commit 9ba1c686d5

View file

@ -19,7 +19,7 @@ source $VESTA/conf/vesta.conf
is_language_valid() {
if ! [[ "$1" =~ ^[[:alnum:]_-]+$ ]]; then
if ! [[ "$1" =~ ^[[:alnum:]_-]+$ ]]; then
echo "Error: language $1 is not valid"
log_event "$E_INVALID" "$EVENT"
exit $E_INVALID