From 2ed501e295f261111d0d5c8342ce4666c7f285bc Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Wed, 5 Jun 2013 19:15:48 +0000 Subject: [PATCH] Remove tabs git-svn-id: svn://10.0.0.236/trunk@264863 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- mozilla/webtools/bugzilla/Bugzilla/Bug.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 07bd85e3c3e..31b4d338a5d 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -8632 \ No newline at end of file +8633 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/Bugzilla/Bug.pm b/mozilla/webtools/bugzilla/Bugzilla/Bug.pm index 6eaed9357eb..fc704df5e93 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Bug.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/Bug.pm @@ -3953,7 +3953,7 @@ sub get_activity { $change{'added'} = $added; if ($comment_id) { - $operation->{comment_id} = $change{'comment'} = Bugzilla::Comment->new($comment_id); + $operation->{comment_id} = $change{'comment'} = Bugzilla::Comment->new($comment_id); } push (@$changes, \%change);