[pve-devel] [PATCH common v6 2/3] cli: whitespace cleanup
Philip Abernethy
p.abernethy at proxmox.com
Tue Oct 17 13:16:26 CEST 2017
---
src/PVE/CLIHandler.pm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/PVE/CLIHandler.pm b/src/PVE/CLIHandler.pm
index 0c48335..73e8ee6 100644
--- a/src/PVE/CLIHandler.pm
+++ b/src/PVE/CLIHandler.pm
@@ -48,12 +48,12 @@ my $complete_command_names = sub {
};
__PACKAGE__->register_method ({
- name => 'help',
+ name => 'help',
path => 'help',
method => 'GET',
description => "Get help about specified command.",
parameters => {
- additionalProperties => 0,
+ additionalProperties => 0,
properties => {
cmd => {
description => "Command name",
@@ -69,7 +69,7 @@ __PACKAGE__->register_method ({
},
},
returns => { type => 'null' },
-
+
code => sub {
my ($param) = @_;
@@ -83,7 +83,7 @@ __PACKAGE__->register_method ({
if (!$cmd) {
if ($verbose) {
print_usage_verbose();
- } else {
+ } else {
print_usage_short(\*STDOUT);
}
return undef;
@@ -310,7 +310,7 @@ sub verify_api {
my $get_exe_name = sub {
my ($class) = @_;
-
+
my $name = $class;
$name =~ s/^.*:://;
$name =~ s/_/-/g;
--
2.11.0
More information about the pve-devel
mailing list