summaryrefslogtreecommitdiff
path: root/modules/comment
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment')
-rw-r--r--modules/comment/comment.admin.inc2
-rw-r--r--modules/comment/comment.test2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment/comment.admin.inc b/modules/comment/comment.admin.inc
index 69118f4e6..2153c2714 100644
--- a/modules/comment/comment.admin.inc
+++ b/modules/comment/comment.admin.inc
@@ -75,7 +75,7 @@ function comment_admin_overview($form, &$form_state, $arg) {
->limit(50)
->orderByHeader($header)
->execute();
-
+
$cids = array();
// We collect a sorted list of node_titles during the query to attach to the
diff --git a/modules/comment/comment.test b/modules/comment/comment.test
index 14b4e1081..889538036 100644
--- a/modules/comment/comment.test
+++ b/modules/comment/comment.test
@@ -1229,4 +1229,4 @@ class CommentContentRebuild extends CommentHelperCase {
// This means that the content was rebuilt as the added test property no longer exists.
$this->assertFalse(isset($built_content['test_property']), t('Comment content was emptied before being built.'));
}
-} \ No newline at end of file
+}