James Moger
2011-10-20 5ae0b71e1e6e73e4bacf321a7d5be49fcdf4ad97
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;