diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-01-30 07:59:26 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-01-30 07:59:26 +0000 |
commit | ea51c3215bc3defc45e87619f7b2232f85895fef (patch) | |
tree | dcef9202a1fec6385914c4ee48b13e80c25f3ce2 /modules/comment | |
parent | 1e8da1f9ae32ccd1c6d19e24215e1cb293e97bbf (diff) | |
download | brdo-ea51c3215bc3defc45e87619f7b2232f85895fef.tar.gz brdo-ea51c3215bc3defc45e87619f7b2232f85895fef.tar.bz2 |
- Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines at end of files.
Diffstat (limited to 'modules/comment')
-rw-r--r-- | modules/comment/comment.admin.inc | 2 | ||||
-rw-r--r-- | modules/comment/comment.test | 2 |
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 +} |