various indentation fixes (spaces to tabs and stripping trailing whitespace)
This commit is contained in:
parent
24380603a4
commit
7fb7cd70f3
15 changed files with 107 additions and 107 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue