From 5ab1947925a43fec0c0e809129b1c77142b00cc5 Mon Sep 17 00:00:00 2001
From: Alex Barth <alex_b@53995.no-reply.drupal.org>
Date: Mon, 29 Mar 2010 02:55:50 +0000
Subject: [PATCH] Clean up newlines at end of files.

---
 README.txt                            | 2 +-
 feeds_defaults/feeds_defaults.info    | 2 +-
 feeds_defaults/feeds_defaults.install | 1 -
 feeds_ui/feeds_ui.css                 | 2 +-
 feeds_ui/feeds_ui.info                | 2 +-
 feeds_ui/feeds_ui.module              | 2 +-
 includes/FeedsDataHandler.inc         | 2 +-
 includes/FeedsImporter.inc            | 2 +-
 libraries/ParserCSV.inc               | 2 +-
 libraries/http_request.inc            | 2 +-
 libraries/opml_parser.inc             | 2 +-
 mappers/content.inc                   | 2 +-
 mappers/date.inc                      | 2 +-
 mappers/filefield.inc                 | 2 +-
 plugins/FeedsCSVParser.inc            | 2 +-
 plugins/FeedsFeedNodeProcessor.inc    | 2 +-
 plugins/FeedsFileFetcher.inc          | 2 +-
 plugins/FeedsOPMLParser.inc           | 2 +-
 plugins/FeedsPlugin.inc               | 2 +-
 plugins/FeedsProcessor.inc            | 2 +-
 plugins/FeedsSimplePieParser.inc      | 2 +-
 plugins/FeedsSyndicationParser.inc    | 2 +-
 plugins/FeedsTermProcessor.inc        | 2 +-
 plugins/FeedsUserProcessor.inc        | 2 +-
 tests/feeds.test                      | 2 +-
 tests/feeds.test.inc                  | 2 +-
 26 files changed, 25 insertions(+), 26 deletions(-)

diff --git a/README.txt b/README.txt
index f76375c1..0c63edfc 100644
--- a/README.txt
+++ b/README.txt
@@ -166,4 +166,4 @@ Glossary
 ========
 
 See "Feeds glossary":
-http://drupal.org/node/622710
\ No newline at end of file
+http://drupal.org/node/622710
diff --git a/feeds_defaults/feeds_defaults.info b/feeds_defaults/feeds_defaults.info
index 12af4507..4cdf0c53 100644
--- a/feeds_defaults/feeds_defaults.info
+++ b/feeds_defaults/feeds_defaults.info
@@ -4,4 +4,4 @@ name = "Feeds Defaults"
 package = "Feeds"
 description = "Get started: useful default configurations for Feeds: RSS/Atom aggregation, OPML import, node import and user import."
 project = "Feeds"
-dependencies[] = "feeds"
\ No newline at end of file
+dependencies[] = "feeds"
diff --git a/feeds_defaults/feeds_defaults.install b/feeds_defaults/feeds_defaults.install
index d72e75d6..93a10600 100644
--- a/feeds_defaults/feeds_defaults.install
+++ b/feeds_defaults/feeds_defaults.install
@@ -33,4 +33,3 @@ function feeds_defaults_install() {
 function feeds_defaults_uninstall() {
   drupal_uninstall_schema('feeds_defaults');
 }
-
diff --git a/feeds_ui/feeds_ui.css b/feeds_ui/feeds_ui.css
index cc3d37c4..52d798e9 100644
--- a/feeds_ui/feeds_ui.css
+++ b/feeds_ui/feeds_ui.css
@@ -84,4 +84,4 @@ div.feeds-container.plain {
 /* Mapping form. */
 #center table form {
   margin: 0;
-  }
\ No newline at end of file
+  }
diff --git a/feeds_ui/feeds_ui.info b/feeds_ui/feeds_ui.info
index 300aa015..c070dade 100644
--- a/feeds_ui/feeds_ui.info
+++ b/feeds_ui/feeds_ui.info
@@ -3,4 +3,4 @@ name = Feeds Admin UI
 description = Administrative UI for Feeds module.
 package = Feeds
 dependencies[] = feeds
-core = 6.x
\ No newline at end of file
+core = 6.x
diff --git a/feeds_ui/feeds_ui.module b/feeds_ui/feeds_ui.module
index 8e3917a4..6bb486b5 100644
--- a/feeds_ui/feeds_ui.module
+++ b/feeds_ui/feeds_ui.module
@@ -117,4 +117,4 @@ function feed_ui_title($importer) {
  */
 function feed_ui_clone_title($importer) {
   return t('Clone !importer', array('!importer' => $importer->config['name']));
-}
\ No newline at end of file
+}
diff --git a/includes/FeedsDataHandler.inc b/includes/FeedsDataHandler.inc
index bbd0fbdc..9d1fcbc4 100644
--- a/includes/FeedsDataHandler.inc
+++ b/includes/FeedsDataHandler.inc
@@ -235,4 +235,4 @@ class FeedsDataHandler extends DataHandler {
   public function save(&$record, $update) {
     throw new Exception(t('Not implemented.'));
   }
-}
\ No newline at end of file
+}
diff --git a/includes/FeedsImporter.inc b/includes/FeedsImporter.inc
index 652eaffd..2b0c2601 100644
--- a/includes/FeedsImporter.inc
+++ b/includes/FeedsImporter.inc
@@ -293,4 +293,4 @@ function feeds_format_expire($timestamp) {
     return t('Never');
   }
   return t('after !time', array('!time' => format_interval($timestamp)));
-}
\ No newline at end of file
+}
diff --git a/libraries/ParserCSV.inc b/libraries/ParserCSV.inc
index 0e4b4a21..5752f760 100644
--- a/libraries/ParserCSV.inc
+++ b/libraries/ParserCSV.inc
@@ -257,4 +257,4 @@ class ParserCSV {
     }
     return $rows;
   }
-}
\ No newline at end of file
+}
diff --git a/libraries/http_request.inc b/libraries/http_request.inc
index 08d8500d..b26e71d8 100644
--- a/libraries/http_request.inc
+++ b/libraries/http_request.inc
@@ -248,4 +248,4 @@ function http_request_use_curl() {
  */
 function http_request_clear_cache($url) {
   cache_clear_all('feeds_http_download_'. md5($url), 'cache');
-}
\ No newline at end of file
+}
diff --git a/libraries/opml_parser.inc b/libraries/opml_parser.inc
index b3d1989b..79ed6e90 100644
--- a/libraries/opml_parser.inc
+++ b/libraries/opml_parser.inc
@@ -44,4 +44,4 @@ function opml_parser_parse($raw) {
   }
   $feeds['items'] = $items;
   return $feeds;
-}
\ No newline at end of file
+}
diff --git a/mappers/content.inc b/mappers/content.inc
index fbba2e8b..506a76c0 100644
--- a/mappers/content.inc
+++ b/mappers/content.inc
@@ -56,4 +56,4 @@ function content_feeds_set_target($node, $target, $value) {
   }
 
   $node->$target = $field;
-}
\ No newline at end of file
+}
diff --git a/mappers/date.inc b/mappers/date.inc
index 9926a7c2..e671cce2 100644
--- a/mappers/date.inc
+++ b/mappers/date.inc
@@ -61,4 +61,4 @@ function date_feeds_set_target($node, $target, $feed_element) {
     }
   }
   $feed_element->buildDateField($node, $field_name);
-}
\ No newline at end of file
+}
diff --git a/mappers/filefield.inc b/mappers/filefield.inc
index 5b1d1871..7e7db663 100644
--- a/mappers/filefield.inc
+++ b/mappers/filefield.inc
@@ -76,4 +76,4 @@ function filefield_feeds_set_target($node, $field_name, $value) {
     }
   }
   $node->$field_name = $items;
-}
\ No newline at end of file
+}
diff --git a/plugins/FeedsCSVParser.inc b/plugins/FeedsCSVParser.inc
index 341e12d0..cc5c1f72 100644
--- a/plugins/FeedsCSVParser.inc
+++ b/plugins/FeedsCSVParser.inc
@@ -113,4 +113,4 @@ class FeedsCSVParser extends FeedsParser {
     );
     return $form;
   }
-}
\ No newline at end of file
+}
diff --git a/plugins/FeedsFeedNodeProcessor.inc b/plugins/FeedsFeedNodeProcessor.inc
index 8077708b..d0313334 100644
--- a/plugins/FeedsFeedNodeProcessor.inc
+++ b/plugins/FeedsFeedNodeProcessor.inc
@@ -220,4 +220,4 @@ class FeedsFeedNodeProcessor extends FeedsProcessor {
       throw new Exception(t('Content type to be created is not a valid Feed content type.'));
     }
   }
-}
\ No newline at end of file
+}
diff --git a/plugins/FeedsFileFetcher.inc b/plugins/FeedsFileFetcher.inc
index e4be6c02..e8fa3906 100644
--- a/plugins/FeedsFileFetcher.inc
+++ b/plugins/FeedsFileFetcher.inc
@@ -92,4 +92,4 @@ class FeedsFileFetcher extends FeedsFetcher {
       form_set_error('feeds][source', t('File needs to point to a file in your Drupal file system path.'));
     }
   }
-}
\ No newline at end of file
+}
diff --git a/plugins/FeedsOPMLParser.inc b/plugins/FeedsOPMLParser.inc
index 547f6360..54531c1a 100644
--- a/plugins/FeedsOPMLParser.inc
+++ b/plugins/FeedsOPMLParser.inc
@@ -36,4 +36,4 @@ class FeedsOPMLParser extends FeedsParser {
       ),
     );
   }
-}
\ No newline at end of file
+}
diff --git a/plugins/FeedsPlugin.inc b/plugins/FeedsPlugin.inc
index 29da826b..64a90514 100644
--- a/plugins/FeedsPlugin.inc
+++ b/plugins/FeedsPlugin.inc
@@ -83,4 +83,4 @@ class FeedsMissingPlugin extends FeedsPlugin {
   public function menuItem() {
     return array();
   }
-}
\ No newline at end of file
+}
diff --git a/plugins/FeedsProcessor.inc b/plugins/FeedsProcessor.inc
index a95d074d..a0b15770 100644
--- a/plugins/FeedsProcessor.inc
+++ b/plugins/FeedsProcessor.inc
@@ -245,4 +245,4 @@ abstract class FeedsProcessor extends FeedsPlugin {
     }
     return $targets;
   }
-}
\ No newline at end of file
+}
diff --git a/plugins/FeedsSimplePieParser.inc b/plugins/FeedsSimplePieParser.inc
index 1ea96675..306db593 100644
--- a/plugins/FeedsSimplePieParser.inc
+++ b/plugins/FeedsSimplePieParser.inc
@@ -204,4 +204,4 @@ class FeedsSimplePieParser extends FeedsParser {
     $words = array_slice($words, 0, 3);
     return implode(' ', $words);
   }
-}
\ No newline at end of file
+}
diff --git a/plugins/FeedsSyndicationParser.inc b/plugins/FeedsSyndicationParser.inc
index 98ab1f0b..e4e56504 100644
--- a/plugins/FeedsSyndicationParser.inc
+++ b/plugins/FeedsSyndicationParser.inc
@@ -61,4 +61,4 @@ class FeedsSyndicationParser extends FeedsParser {
       ),
      );
   }
-}
\ No newline at end of file
+}
diff --git a/plugins/FeedsTermProcessor.inc b/plugins/FeedsTermProcessor.inc
index 8aa33d3d..60529bde 100644
--- a/plugins/FeedsTermProcessor.inc
+++ b/plugins/FeedsTermProcessor.inc
@@ -177,4 +177,4 @@ class FeedsTermProcessor extends FeedsProcessor {
     }
     return 0;
   }
-}
\ No newline at end of file
+}
diff --git a/plugins/FeedsUserProcessor.inc b/plugins/FeedsUserProcessor.inc
index 4f60bfe0..fb502c55 100644
--- a/plugins/FeedsUserProcessor.inc
+++ b/plugins/FeedsUserProcessor.inc
@@ -209,4 +209,4 @@ class FeedsUserProcessor extends FeedsProcessor {
     }
     return 0;
   }
-}
\ No newline at end of file
+}
diff --git a/tests/feeds.test b/tests/feeds.test
index a8d84b5c..6b0ca720 100644
--- a/tests/feeds.test
+++ b/tests/feeds.test
@@ -821,4 +821,4 @@ class FeedsSyndicationParserTestCase extends FeedsWebTestCase {
       ),
     );
   }
-}
\ No newline at end of file
+}
diff --git a/tests/feeds.test.inc b/tests/feeds.test.inc
index 9cdf2570..560c2fb5 100644
--- a/tests/feeds.test.inc
+++ b/tests/feeds.test.inc
@@ -313,4 +313,4 @@ class FeedsWebTestCase extends DrupalWebTestCase {
       }
     }
   }
-}
\ No newline at end of file
+}
-- 
GitLab