diff --git a/core/modules/comment/lib/Drupal/comment/Plugin/views/row/Rss.php b/core/modules/comment/lib/Drupal/comment/Plugin/views/row/Rss.php
index d140963..5107a70 100644
--- a/core/modules/comment/lib/Drupal/comment/Plugin/views/row/Rss.php
+++ b/core/modules/comment/lib/Drupal/comment/Plugin/views/row/Rss.php
@@ -26,8 +26,8 @@
  */
 class Rss extends RowPluginBase {
 
-   var $base_table = 'comment';
-   var $base_field = 'cid';
+  var $base_table = 'comment';
+  var $base_field = 'cid';
 
   protected function defineOptions() {
     $options = parent::defineOptions();
