Browse Source

mztools.c: adjust code style

Evgeny Malygin 1 year ago
parent
commit
5e85a4c629
1 changed files with 3 additions and 6 deletions
  1. 3 6
      lib/minizip/mztools.c

+ 3 - 6
lib/minizip/mztools.c

@@ -285,15 +285,12 @@ uLong* bytesRecovered;
       }
     }
   } else {
-    if (fpZip) {
+    if (fpZip)
       fclose(fpZip);
-    }
-    if (fpOut) {
+    if (fpOut)
       fclose(fpOut);
-    }
-    if (fpOutCD) {
+    if (fpOutCD)
       fclose(fpOutCD);
-    }
 
     err = Z_STREAM_ERROR;
   }