From 52e20e36713ea8bdbd8feb639136fdb70c20d058 Mon Sep 17 00:00:00 2001 From: Patrick Van der Veken Date: Mon, 30 Apr 2018 13:06:56 +0200 Subject: [PATCH] whitespace fix --- sources/lib/core/report_std.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sources/lib/core/report_std.sh b/sources/lib/core/report_std.sh index f560eda..1882996 100644 --- a/sources/lib/core/report_std.sh +++ b/sources/lib/core/report_std.sh @@ -136,8 +136,8 @@ else printf "%120s\n" | tr ' ' - # print failed events - # not a useless use of cat here - # (sort baulks if $_LOG STASH contains non-existing files (because of * wildcard)) + # not a useless use of cat here + # (sort baulks if $_LOG STASH contains non-existing files (because of * wildcard)) cat ${_LOG_STASH} 2>/dev/null | ${_SORT_CMD} 2>/dev/null | awk -F"${SEP}" -v id_needle="${_ID_NEEDLE}" \ ' { @@ -149,8 +149,8 @@ else printf "\n%-s\n" "SUMMARY: ${_FAIL_COUNT} failed HC event(s) found." else # print failed events (we may have multiple events for 1 FAIL ID) - # not a useless use of cat here - # (sort baulks if $_LOG STASH contains non-existing files (because of * wildcard)) + # not a useless use of cat here + # (sort baulks if $_LOG STASH contains non-existing files (because of * wildcard)) cat ${_LOG_STASH} 2>/dev/null | ${_SORT_CMD} 2>/dev/null | awk -F"${SEP}" -v id_needle="${_ID_NEEDLE}" \ ' BEGIN { event_count = 1