From f31aec71dda04221643067beaef8ac0d99c61b2a Mon Sep 17 00:00:00 2001
From: pifantastic <aaron.forsander@gmail.com>
Date: Fri, 11 Mar 2011 14:49:40 -0600
Subject: [PATCH] Line breaks cause exported strings to be indented which forces them to show as overridden when compared against the database value.

---
 includes/uuid_node.features.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/includes/uuid_node.features.inc b/includes/uuid_node.features.inc
index ce97850..a3a114a 100644
--- a/includes/uuid_node.features.inc
+++ b/includes/uuid_node.features.inc
@@ -83,7 +83,7 @@ function uuid_node_features_export_render($module, $data) {
     // hook_uuid_node_features_export_render_alter(&$export, $node, $module);
     drupal_alter('uuid_node_features_export_render', $export, $node, $module);
 
-    $code[] = '  $nodes[] = '. features_var_export($export, '  ') .';';
+    $code[] = '  $nodes[] = '. features_var_export($export) .';';
   }
 
   if (!empty($translatables)) {
-- 
1.6.6.1

