Whitespace fixes

This commit is contained in:
Patrick Van der Veken 2018-07-11 13:52:16 +02:00
parent 347377d475
commit 9963802f32
2 changed files with 4 additions and 4 deletions

View File

@ -825,8 +825,8 @@ then
(( ARG_DEBUG != 0 )) && debug "HC all STC: ${ALL_MSG_STC}"
$(data_is_numeric ${ALL_MSG_STC}) || die "HC all STC computes to a non-numeric value"
else
# nothing to do
return 0
# nothing to do
return 0
fi
# display routines

View File

@ -23,8 +23,8 @@
#
# @(#) HISTORY:
# @(#) 2016-04-08: initial version [Patrick Van der Veken]
# @(#) 2016-12-01: more standardized error handling [Patrick Van der Veken]
# @(#) 2018-07-10: added log_healthy hc_arg [Patrick Van der Veken]
# @(#) 2016-12-01: more standardized error handling [Patrick Van der Veken]
# @(#) 2018-07-10: added log_healthy hc_arg [Patrick Van der Veken]
# -----------------------------------------------------------------------------
# DO NOT CHANGE THIS FILE UNLESS YOU KNOW WHAT YOU ARE DOING!
#******************************************************************************