summaryrefslogtreecommitdiff
path: root/modules/aggregator
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-12-08 14:06:23 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-12-08 14:06:23 +0000
commit5622bce2d52904922a7fd450088bcaed417af7fd (patch)
tree2999f99426795c0e105dd988241278ac2e66c340 /modules/aggregator
parentaaaf8f572d1b7a5cb0d0e5b68a5f788adee222b2 (diff)
downloadbrdo-5622bce2d52904922a7fd450088bcaed417af7fd.tar.gz
brdo-5622bce2d52904922a7fd450088bcaed417af7fd.tar.bz2
#198579 by webernet and hswong3i: a huge set of coding style fixes, including:
- whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting
Diffstat (limited to 'modules/aggregator')
-rw-r--r--modules/aggregator/aggregator.install2
-rw-r--r--modules/aggregator/aggregator.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/aggregator/aggregator.install b/modules/aggregator/aggregator.install
index 5dbc4ddc9..b49a4c96b 100644
--- a/modules/aggregator/aggregator.install
+++ b/modules/aggregator/aggregator.install
@@ -73,7 +73,7 @@ function aggregator_schema() {
'not null' => TRUE,
'default' => 0,
'description' => t('The {aggregator_category}.cid to which the feed is being assigned.'),
- )
+ )
),
'primary key' => array('fid', 'cid'),
);
diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module
index b848b0eb5..ba330cd85 100644
--- a/modules/aggregator/aggregator.module
+++ b/modules/aggregator/aggregator.module
@@ -577,7 +577,7 @@ function aggregator_refresh($feed) {
case 302:
case 307:
// Filter the input data:
- if (aggregator_parse_feed($result->data, $feed)) {
+ if (aggregator_parse_feed($result->data, $feed)) {
$modified = empty($result->headers['Last-Modified']) ? 0 : strtotime($result->headers['Last-Modified']);