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

index 6eaed9357eb7a208cd1fd7be448ba14aed1fc326..fc704df5e9373a523c6e41ff5e4ea03880cda58b 100644 (file)
@@ -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);