summaryrefslogtreecommitdiffstats
path: root/Bugzilla/PatchReader/Base.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/PatchReader/Base.pm')
-rw-r--r--Bugzilla/PatchReader/Base.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Bugzilla/PatchReader/Base.pm b/Bugzilla/PatchReader/Base.pm
index 26cb9a9a0..58b08fd25 100644
--- a/Bugzilla/PatchReader/Base.pm
+++ b/Bugzilla/PatchReader/Base.pm
@@ -17,7 +17,8 @@ sub sends_data_to {
my $this = shift;
if (defined($_[0])) {
$this->{TARGET} = $_[0];
- } else {
+ }
+ else {
return $this->{TARGET};
}
}