Konstantinos Kostarellis
2012-07-18 022931842214f04f9f4bdb1ba94f2d5feaae44e2
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;