From 08fd846c0f58b135ad24cefa46b9fd010325de2b Mon Sep 17 00:00:00 2001 From: Ilia Rostovtsev Date: Sun, 23 Jan 2022 16:57:24 +0300 Subject: [PATCH] Fix indent --- web-lib-funcs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-lib-funcs.pl b/web-lib-funcs.pl index 2e870ead4..9e333449f 100755 --- a/web-lib-funcs.pl +++ b/web-lib-funcs.pl @@ -12024,7 +12024,7 @@ elsif ($action eq 'get') { if (defined($variable)) { # Return single global variable in given scope if (defined($globals->{$scope}) && - defined($globals->{$scope}->{$variable})) { + defined($globals->{$scope}->{$variable})) { return $globals->{$scope}->{$variable}; } else {