mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Fix indent
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user