Lukasz Jader
2012-09-19 af28d30f9b5b808c7a6c84ec992b0b9c114a5069
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;