From 2cc792dd51d1bafb4322b5f410d0fba2aa6d15f8 Mon Sep 17 00:00:00 2001 From: koksnuss Date: Thu, 28 Jun 2018 16:50:31 +0200 Subject: [PATCH] fix whitespace --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7300e74..0c15289 100644 --- a/install.sh +++ b/install.sh @@ -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