code style
This commit is contained in:
parent
a3f36f5a91
commit
a373c63f29
|
@ -44,8 +44,8 @@ sub new {
|
|||
}
|
||||
);
|
||||
$self->{version} = '1.0';
|
||||
%{$self->{modes}} = ();
|
||||
%{$self->{custom_modes}} = ();
|
||||
$self->{modes} = {};
|
||||
$self->{custom_modes} = {};
|
||||
$self->{default} = undef;
|
||||
$self->{customdefault} = {};
|
||||
$self->{custommode_current} = undef;
|
||||
|
|
Loading…
Reference in New Issue