change code style

no changes in functionality intended
This commit is contained in:
NRK
2021-08-02 00:36:39 +06:00
parent 0489462b41
commit ebd338529c

2
sxbm
View File

@ -37,7 +37,7 @@ ENCRYPTION="0"
#################
die() {
[ -z "$1" ] ||
[ -n "$1" ] &&
printf "$@\n" > /dev/stderr
exit 1
}