From b9626dc4aaf5dfce1b8cf01dee5facb4b5791df8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 18 Oct 2012 20:50:46 +0000 Subject: style: '}' just before 'else/elsif' --- sshd_wizard/Sshd.pm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sshd_wizard') diff --git a/sshd_wizard/Sshd.pm b/sshd_wizard/Sshd.pm index cac703d8..99c524cd 100755 --- a/sshd_wizard/Sshd.pm +++ b/sshd_wizard/Sshd.pm @@ -96,9 +96,10 @@ $o->{pages} = { }, post => sub { if ($o->{var}{wiz_type} == 2) { - return 'auth_options' } - elsif ($o->{var}{wiz_type} == 1) { - return 'summary' } + return 'auth_options'; + } elsif ($o->{var}{wiz_type} == 1) { + return 'summary'; + } }, next => 'auth_options', }, -- cgit v1.2.1