Skip to content

Commit

Permalink
fix line ending
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitripivkine committed Jan 31, 2025
1 parent ca76114 commit 57bad78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/gc_modron_startup/mmparse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ gcParseXlpOption(J9JavaVM *vm)
found = true;
extensions->gcmetadataPageSize = gcmetadataPageSize;
extensions->gcmetadataPageFlags = gcmetadataPageFlags;
break;
break;
}
}

Expand Down Expand Up @@ -865,7 +865,7 @@ gcParseXlpOption(J9JavaVM *vm)
found = true;
extensions->sparseHeapPageSize = offheapPageSize;
extensions->sparseHeapPageFlags = offheapPageFlags;
break;
break;
}
}

Expand Down

0 comments on commit 57bad78

Please sign in to comment.