Fix and unify formatting and code-style

This commit is contained in:
Jakub Jirutka 2015-05-18 14:50:14 +02:00
commit 258e06c9ab
5 changed files with 44 additions and 45 deletions

View file

@ -45,7 +45,7 @@ handle-request() {
done
if ! (( read_something )); then
print "connection with fd $connection closed" >&2
unset fds[$connection]
unset fds[$connection]
exec {connection}>&- # free the file descriptor
fi
}