From 9af06217d94d71547aa815c61ca4aeee0cd4aa3b Mon Sep 17 00:00:00 2001
From: Alex Barth <alex_b@53995.no-reply.drupal.org>
Date: Tue, 5 Oct 2010 20:38:09 +0000
Subject: [PATCH] Clean up whitespace before working on term processor.

---
 plugins/FeedsTermProcessor.inc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/plugins/FeedsTermProcessor.inc b/plugins/FeedsTermProcessor.inc
index 07e67e2c..584531d4 100644
--- a/plugins/FeedsTermProcessor.inc
+++ b/plugins/FeedsTermProcessor.inc
@@ -18,7 +18,6 @@ class FeedsTermProcessor extends FeedsProcessor {
     $this->entity_type = 'taxonomy_term';
   }
 
-
   /**
    * Implements FeedsProcessor::process().
    */
@@ -27,7 +26,6 @@ class FeedsTermProcessor extends FeedsProcessor {
     $created  = $updated = $no_name = 0;
 
     while ($item = $parser_result->shiftItem()) {
-
       if (!($tid = $this->existingItemId($source, $parser_result)) || $this->config['update_existing'] != FEEDS_SKIP_EXISTING) {
 
         // Map item to a term.
-- 
GitLab