+ fix indentation

This commit is contained in:
garnier-quentin 2016-01-07 17:08:35 +01:00
parent a2649244af
commit 4df9abad6e
1 changed files with 2 additions and 2 deletions

View File

@ -130,8 +130,8 @@ sub parse_options {
if ($self->{sanity} == 1) {
$save_warn_handler = $SIG{__WARN__};
$SIG{__WARN__} = sub {
$self->{output}->add_option_msg(short_msg => $_[0]);
$self->{output}->option_exit(nolabel => 1);
$self->{output}->add_option_msg(short_msg => $_[0]);
$self->{output}->option_exit(nolabel => 1);
};
}