Index: trunk/extensions/CodeReview/ui/CodeRevisionCommitter.php |
— | — | @@ -19,7 +19,7 @@ |
20 | 20 | $wgRequest->getInt( 'wpReview' ) |
21 | 21 | ); |
22 | 22 | |
23 | | - $redirTarget = null; |
| 23 | + $redirTarget = null; |
24 | 24 | |
25 | 25 | // For comments, take us back to the rev page focused on the new comment |
26 | 26 | if ( $commentId !== 0 && !$this->jumpToNext ) { |