]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/LzmaCompress/Sdk/C/LzmaEnc.c
BaseTools/LZMA: fix the format issue for last patch
[mirror_edk2.git] / BaseTools / Source / C / LzmaCompress / Sdk / C / LzmaEnc.c
index 297db9d54d42d0b8a023cb43a7e808c434b12f0b..5f70ebdef08eb65d0974a14c1d8d7bbbc8808d48 100644 (file)
@@ -1366,9 +1366,10 @@ static UInt32 GetOptimum(CLzmaEnc *p, UInt32 position, UInt32 *backRes)
       \r
       if (repIndex == 0)\r
         startLen = lenTest + 1;\r
-      #ifndef _MSC_VER\r
+\r
+#ifndef _MSC_VER\r
       if (1 /* _maxMode */)\r
-      #endif\r
+#endif\r
         {\r
           UInt32 lenTest2 = lenTest + 1;\r
           UInt32 limit = lenTest2 + p->numFastBytes;\r