Cleaned up whitespace.

This commit is contained in:
Otho 2023-01-17 00:01:50 -05:00
parent e090fcf21d
commit 88258df653
Signed by: Otho
GPG Key ID: 16C720CD3BBE21D9

View File

@ -164,7 +164,6 @@ get_latest_remote_snapshot()
list_cmd="zfs list -t snapshot $zroot$dset" list_cmd="zfs list -t snapshot $zroot$dset"
remote_cmd="$list_cmd|tail -n1|cut -d'@' -f2|cut -d' ' -f 1" remote_cmd="$list_cmd|tail -n1|cut -d'@' -f2|cut -d' ' -f 1"
run_remote run_remote
} }
zfs_allow_origin() zfs_allow_origin()
@ -253,12 +252,11 @@ send_increment()
################################### MAIN #################################### ################################### MAIN ####################################
### Options
set -- `getopt "tvl:" "$@"` || { set -- `getopt "tvl:" "$@"` || {
echo "Usage: `basename $0` [-tvl] [command]" 1>&2 echo "Usage: `basename $0` [-tvl] [command]" 1>&2
exit 1 exit 1
} }
ZB_TEST_MODE=FALSE
while :; do while :; do
case "$1" in case "$1" in
-t) -t)