various indentation fixes (spaces to tabs and stripping trailing whitespace)

This commit is contained in:
Maarten van Gompel 2020-11-20 18:10:17 +01:00
parent 24380603a4
commit 7fb7cd70f3
15 changed files with 107 additions and 107 deletions

View file

@ -18,7 +18,7 @@ notificationhook() {
sleep 0.5
VIBI=$(echo $VIBI+1 | bc)
done
fi
fi
}
handlenewnotiffile(){
@ -41,7 +41,7 @@ handlenewnotiffile(){
) &
[ -e "$NOTIFWATCHFILE" ] && (
inotifywait "$NOTIFWATCHFILE" && rm -f "$NOTIFFILE"
inotifywait "$NOTIFWATCHFILE" && rm -f "$NOTIFFILE"
) &
fi
}