removed stray whitespace that showed up after rebase
Tyler Riddle [Thu, 31 Jan 2013 23:02:45 +0000 (15:02 -0800)]
lib/Object/Remote/Connection.pm
lib/Object/Remote/FatNode.pm

index 3b4adfc..349d2a1 100644 (file)
@@ -212,7 +212,7 @@ sub _build__json {
       tie @tied_array, 'Object::Remote::Tied', $self->_id_to_remote_object(@_);
       return \@tied_array;
     }
-  ); 
+  );
 }
 
 sub _load_if_possible {
index 819d657..45332d5 100644 (file)
@@ -5,7 +5,7 @@ use Config;
 use B qw(perlstring);
 
 my @exclude_mods = qw(XSLoader.pm DynaLoader.pm);
-#used by t/watchdog_fatnode 
+#used by t/watchdog_fatnode
 our $INHIBIT_RUN_NODE = 0;
 
 sub stripspace {
@@ -42,7 +42,7 @@ $command =~ s/\n/ /g;
 
 chomp(my @inc = qx($command));
 
-my %exclude = map { $_ => 1 } @exclude_mods; 
+my %exclude = map { $_ => 1 } @exclude_mods;
 my %mods = reverse @inc;
 my %file_names = @inc;