Fix indent

This commit is contained in:
Ilia Rostovtsev
2022-01-23 16:57:24 +03:00
parent d92a35ac3c
commit 08fd846c0f

View File

@@ -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 {