]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Remove tabs
authorFrédéric Buclin <LpSolit@gmail.com>
Wed, 5 Jun 2013 19:06:13 +0000 (21:06 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Wed, 5 Jun 2013 19:06:13 +0000 (21:06 +0200)
Bugzilla/Bug.pm

index 768015f880b2aba5e7a2079a85d7ec06dadb3d06..d6fbc0ab961df6697e8885cf82392e80eee9b6da 100644 (file)
@@ -3910,7 +3910,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);