<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -71,12 +71,12 @@ module RForce
   def self.parser(name)
       RForce.const_get(name) rescue nil
   end
-  
-  SoapResponse = 
+
+  SoapResponse =
     parser(:SoapResponseExpat) ||
     parser(:SoapResponseHpricot) ||
     SoapResponseRexml
-  
+
   # Expand Ruby data structures into XML.
   def expand(builder, args, xmlns = nil)
     # Nest arrays: [:a, 1, :b, 2] =&gt; [[:a, 1], [:b, 2]]
@@ -111,5 +111,5 @@ module RForce
       end
     end
   end
-  
+
 end</diff>
      <filename>lib/rforce.rb</filename>
    </modified>
    <modified>
      <diff>@@ -8,8 +8,8 @@ module RForce
     def initialize(content)
       @content = content
     end
-    
-    def parse   
+
+    def parse
       @current_value = nil
       @stack = []
       @parsed = OpenHash.new({})
@@ -25,7 +25,7 @@ module RForce
         when XML::Parser::END_ELEM then
           tag_end name
         end
-          
+
         break if @done
       end
 </diff>
      <filename>lib/rforce/soap_response_expat.rb</filename>
    </modified>
    <modified>
      <diff>@@ -14,7 +14,7 @@ module RForce
       node = document % 'soapenv:Body'
       self.class.node_to_ruby node
     end
-    
+
     private
     
     def self.node_to_ruby(node)
@@ -26,7 +26,7 @@ module RForce
       if node.is_a?(Hpricot::Text)
         return node.inner_text.to_s
       end
-      
+
       if children.first.is_a?(Hpricot::Text)
         return children.first.to_s
       end
@@ -38,11 +38,11 @@ module RForce
       children.each do |e|
         next if e.is_a?(Hpricot::Text) &amp;&amp; e.to_s.strip.empty?
         name = e.name
-        
+
         if name.include? ':'
           name = name.split(':').last
         end
-        
+
         name = name.to_sym
 
         case elements[name]</diff>
      <filename>lib/rforce/soap_response_hpricot.rb</filename>
    </modified>
    <modified>
      <diff>@@ -84,4 +84,3 @@ CreateXml = &lt;&lt;HERE.gsub(/\n\s*/, '')
   &lt;/partner:sObjects&gt;
 &lt;/partner:create&gt;
 HERE
-</diff>
      <filename>spec/rforce_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4562c49df55c1c1add7b6aa7eb7a58f68fe09e67</id>
    </parent>
  </parents>
  <author>
    <name>Ian Dees</name>
    <email>undees@gmail.com</email>
  </author>
  <url>http://github.com/undees/rforce/commit/98b463e9f8a9d82cbece3c44ecc63cdacba0b850</url>
  <id>98b463e9f8a9d82cbece3c44ecc63cdacba0b850</id>
  <committed-date>2009-05-29T11:34:46-07:00</committed-date>
  <authored-date>2009-05-29T11:34:46-07:00</authored-date>
  <message>I hate whitespace

--HG--
branch : trunk</message>
  <tree>26ca05e5fe136033d54be87b199a55e1b4860e73</tree>
  <committer>
    <name>Ian Dees</name>
    <email>undees@gmail.com</email>
  </committer>
</commit>
