fix whitespace

This commit is contained in:
koksnuss 2018-06-28 16:50:31 +02:00
parent e4b5b324a2
commit 2cc792dd51

View File

@ -3,7 +3,7 @@
# print helper functions for safe output
say () { printf %s\\n "$*" ; }
sayn () { printf %s "$*" ; }
sayn () { printf %s "$*" ; }
# colors, use ANSI escape codes