Reformat and organize imports

This commit is contained in:
Jindra Petřík
2016-08-06 07:21:58 +02:00
parent 8c5345cfd8
commit 6781d86a6c
46 changed files with 1738 additions and 1637 deletions
@@ -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();