Browse Source

Remove excess blank lines.

git-svn-id: file:///var/svn/tigccpp/trunk@1143 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 17 years ago
parent
commit
626c2ebb9a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      tigcc/ld-tigcc/export/pucrunch.c

+ 0 - 2
tigcc/ld-tigcc/export/pucrunch.c

@@ -907,8 +907,6 @@ static int PackLz77(int lzsz, int flags, int *startEscape)
     int rescan = 0;
 
 
-
-
     if (lzsz < 0 || lzsz > lrange) {
         Warning(NULL, "LZ range must be from 0 to %d (was %d). Set to %d.\n",
                       lrange, lzsz, lrange);