From 72eadc15d1007a7f074da2e0098a0e61c18d68ed Mon Sep 17 00:00:00 2001
From: Alex Barth <alex_b@53995.no-reply.drupal.org>
Date: Wed, 11 Nov 2009 02:56:22 +0000
Subject: [PATCH] Add a return for better legibility.

---
 plugins/FeedsHTTPFetcher.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/FeedsHTTPFetcher.inc b/plugins/FeedsHTTPFetcher.inc
index 7106812e..483b74b4 100644
--- a/plugins/FeedsHTTPFetcher.inc
+++ b/plugins/FeedsHTTPFetcher.inc
@@ -23,6 +23,7 @@ class FeedsHTTPFetcher extends FeedsFetcher {
   public function fetch(FeedsSource $source) {
     $source_config = $source->getConfigFor($this);
     $url = $source_config['source'];
+
     feeds_include_library('http_request.inc', 'http_request');
     if ($this->config['auto_detect_feeds']) {
       $result = http_request_get_common_syndication($url);
-- 
GitLab