From: Mike Robinson Date: Mon, 30 Apr 2012 13:47:24 +0000 (-0500) Subject: Check indentation. #14919 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=16be5a799284b89137ec1802129de29f2b262c46;p=freeside.git Check indentation. #14919 --- diff --git a/FS/FS/option_Common.pm b/FS/FS/option_Common.pm index b29cf44bb..40b12cf57 100644 --- a/FS/FS/option_Common.pm +++ b/FS/FS/option_Common.pm @@ -208,8 +208,8 @@ sub replace { my $error; if ($options_supplied) { - $error = $self->check_options($options); - if ( $error ) { + $error = $self->check_options($options); + if ( $error ) { $dbh->rollback if $oldAutoCommit; return $error; }