<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -23,7 +23,7 @@ Rouge makes your JavaScript look and feel more like Ruby while preserving sound
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;pre&gt;&lt;code&gt;var array = [],
-    i = 0;
+    i     = 0;
 for (; i &lt; 10; i++) {
   array[i] = 'foo';
 }
@@ -35,7 +35,7 @@ puts array.inspect&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;pre&gt;&lt;code&gt;var array = ['foo', 'bar'],
-    i = 0;
+    i     = 0;
 for (; i &lt; array.length; i++) {
   console.debug(array[i]);
 }&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
@@ -51,7 +51,7 @@ end&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;pre&gt;&lt;code&gt;var array     = ['foo', 'bar'],
     collected = [],
-    i = 0;
+    i         = 0;
 for (; i &lt; array.length; i++) {
   collected[collected.length] = array[i];
 }</diff>
      <filename>README.textile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>45bcf7cc982d31872daf9f44e889d19a79f6add2</id>
    </parent>
  </parents>
  <author>
    <name>Nils Jonsson</name>
    <email>nils@alumni.rice.edu</email>
  </author>
  <url>http://github.com/njonsson/rouge/commit/1ab05d886530a0fdfdd370a44b34b56b57b55e35</url>
  <id>1ab05d886530a0fdfdd370a44b34b56b57b55e35</id>
  <committed-date>2009-11-02T21:00:33-08:00</committed-date>
  <authored-date>2009-11-02T21:00:33-08:00</authored-date>
  <message>Reformat sample code</message>
  <tree>ffd0ccb966ee1cdff93c530a0c0dd67402b684fe</tree>
  <committer>
    <name>Nils Jonsson</name>
    <email>nils@alumni.rice.edu</email>
  </committer>
</commit>
