From 8be826c1cf3db9bff5fec179e237d1e0acbc7b6c Mon Sep 17 00:00:00 2001 From: Nick Kamal Date: Mon, 20 Jan 2025 12:15:23 -0500 Subject: [PATCH] whitespace removal --- runtime/vm/createramclass.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/vm/createramclass.cpp b/runtime/vm/createramclass.cpp index d08d12bcfe7..31085c906c2 100644 --- a/runtime/vm/createramclass.cpp +++ b/runtime/vm/createramclass.cpp @@ -4133,7 +4133,6 @@ internalAllocateRAMClass(J9JavaVM *javaVM, J9ClassLoader *classLoader, RAMClassA { return NULL; } - /* Clear all allocated fragments */ for (i = 0; i < allocationRequestCount; i++) { if (NULL != allocationRequests[i].address) {