Egbert Teeselink
2013-02-03 f5e60ba88a28c2df0c9263dd6f999f675fefe4e9
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;