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}" (( 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" $(data_is_numeric ${ALL_MSG_STC}) || die "HC all STC computes to a non-numeric value"
else else
# nothing to do # nothing to do
return 0 return 0
fi fi
# display routines # display routines

View File

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