enhance indent
This commit is contained in:
parent
9a4554c8e8
commit
0c114307b7
|
@ -68,8 +68,8 @@ sub list {
|
||||||
$self->{output}->output_add(long_msg => "'" . $disk . "' [size = $size, free = $free, desc = $desc, type = $map_type{$type}]");
|
$self->{output}->output_add(long_msg => "'" . $disk . "' [size = $size, free = $free, desc = $desc, type = $map_type{$type}]");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
1;
|
|
||||||
|
|
||||||
|
1;
|
||||||
|
|
||||||
sub disco_show {
|
sub disco_show {
|
||||||
my ($self, %options) = @_;
|
my ($self, %options) = @_;
|
||||||
|
@ -104,4 +104,3 @@ __END__
|
||||||
Method to list Windows Disks.
|
Method to list Windows Disks.
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
|
|
@ -134,4 +134,3 @@ __END__
|
||||||
Method to get pending reboot informations.
|
Method to get pending reboot informations.
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue