mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 03:31:37 +00:00
Reformat and organize imports
This commit is contained in:
@@ -438,13 +438,11 @@ public class Win32ProcessTools extends ProcessTools {
|
||||
bufSize = maxsize - pos;
|
||||
}
|
||||
} while (bufSize > 0);
|
||||
} else {
|
||||
if (hasGuard(mbi)) {
|
||||
if (unsetGuard(hOtherProcess, mbi)) {
|
||||
guardedPages.add(pg);
|
||||
pg--;
|
||||
continue;
|
||||
}
|
||||
} else if (hasGuard(mbi)) {
|
||||
if (unsetGuard(hOtherProcess, mbi)) {
|
||||
guardedPages.add(pg);
|
||||
pg--;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
actualPos += mbi.regionSize.longValue();
|
||||
|
||||
Reference in New Issue
Block a user