From 4132d85888ac6c30729f58bb442a4a26a5b16cfe Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 11 Sep 2016 09:05:21 -0400 Subject: [PATCH] Whitespace cleanup --- cryptest-ios.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cryptest-ios.sh b/cryptest-ios.sh index 811f444d..bd0fd2e2 100755 --- a/cryptest-ios.sh +++ b/cryptest-ios.sh @@ -14,7 +14,7 @@ PLATFORMS=(iPhoneOS iPhoneSimulator WatchOS WatchSimulator AppleTVOS AppleTVSimu for platform in ${PLATFORMS[@]} do make -f GNUmakefile-cross distclean > /dev/null 2>&1 - + MESSAGE="Testing for Xcode support of $platform" LEN=${#MESSAGE} HEADER=$(seq -f "*" -s '' $LEN) @@ -35,6 +35,6 @@ do make -f GNUmakefile-cross static dynamic cryptest.exe else echo - echo "$platform not supported by Xcode" + echo "$platform not supported by Xcode" fi done