James Moger
2011-11-10 4eb1d83ac51f9b0a8813e7c1ed8e106e37c18562
src/com/gitblit/utils/PatchFormatter.java
@@ -115,6 +115,10 @@
      return patch.toString();
   }
   /**
    * Class that represents the number of insertions and deletions from a
    * chunk.
    */
   private static class PatchTouple {
      int insertions;
      int deletions;