From 038dc17a566b0f67e607b7aaada4caa619fb880b Mon Sep 17 00:00:00 2001 From: Chris Gregory Date: Thu, 16 Jun 2016 14:39:43 -0700 Subject: [PATCH] Fix misleading indentation in ckb/quazip/zip.c --- src/ckb/quazip/zip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ckb/quazip/zip.c b/src/ckb/quazip/zip.c index 9649653..4c9b01d 100644 --- a/src/ckb/quazip/zip.c +++ b/src/ckb/quazip/zip.c @@ -535,8 +535,8 @@ local ZPOS64_T zip64local_SearchCentralDir(const zlib_filefunc64_32_def* pzlib_f break; } - if (uPosFound!=0) - break; + if (uPosFound!=0) + break; } TRYFREE(buf); return uPosFound;