From 9963802f32b8c8670302e1a84f800dc511cafbd1 Mon Sep 17 00:00:00 2001 From: Patrick Van der Veken Date: Wed, 11 Jul 2018 13:52:16 +0200 Subject: [PATCH] Whitespace fixes --- sources/lib/core/include_core.sh | 4 ++-- sources/lib/platform/hp-ux/check_hpux_ovpa_status.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sources/lib/core/include_core.sh b/sources/lib/core/include_core.sh index 7ac6b37..ea31ccf 100644 --- a/sources/lib/core/include_core.sh +++ b/sources/lib/core/include_core.sh @@ -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 diff --git a/sources/lib/platform/hp-ux/check_hpux_ovpa_status.sh b/sources/lib/platform/hp-ux/check_hpux_ovpa_status.sh index 54d9c0f..bc728b0 100644 --- a/sources/lib/platform/hp-ux/check_hpux_ovpa_status.sh +++ b/sources/lib/platform/hp-ux/check_hpux_ovpa_status.sh @@ -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! #******************************************************************************