diff --git a/plugins/FeedsTermProcessor.inc b/plugins/FeedsTermProcessor.inc
index 07e67e2c9bb56af566f85e3ff54af7caa9335a1a..584531d40e3e7487d24d7b272d6739556c7812fa 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.