Formatted with Google Java Formatter

This commit is contained in:
github-actions
2020-10-24 10:31:42 +00:00
parent d27ded91a0
commit 0db62bb450
9 changed files with 12 additions and 14 deletions

View File

@ -38,7 +38,7 @@ public class BestFit {
int minDiff = findMaxElement(blockSizes);
int index =
NO_ALLOCATION; // If there is no block that can fit the process, return NO_ALLOCATION as the
// result.
// result.
for (int i = 0;
i < blockSizes.length;
i++) { // Find the most fitting memory block for the given process.