Bläddra i källkod

check_sensors: Minor whitespace fixes

Holger Weiss 14 år sedan
förälder
incheckning
f720f4a3c0
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      plugins-scripts/check_sensors.sh

+ 2 - 2
plugins-scripts/check_sensors.sh

@@ -34,7 +34,7 @@ case "$1" in
 		exit 0
 		exit 0
 		;;
 		;;
 	--version)
 	--version)
-   	print_revision $PROGNAME $REVISION
+		print_revision $PROGNAME $REVISION
 		exit 0
 		exit 0
 		;;
 		;;
 	-V)
 	-V)
@@ -50,7 +50,7 @@ case "$1" in
 		if test ${status} -eq 127; then
 		if test ${status} -eq 127; then
 			echo "SENSORS UNKNOWN - command not found (did you install lmsensors?)"
 			echo "SENSORS UNKNOWN - command not found (did you install lmsensors?)"
 			exit -1
 			exit -1
-		elif test ${status} -ne 0 ; then
+		elif test ${status} -ne 0; then
 			echo "WARNING - sensors returned state $status"
 			echo "WARNING - sensors returned state $status"
 			exit 1
 			exit 1
 		fi
 		fi