Skip to content

Commit 3769ef3

Browse files
committed
Fix whitespace
1 parent e659a67 commit 3769ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/os/linux/cgroupV2Subsystem_linux.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class CgroupV2Subsystem: public CgroupSubsystem {
8686

8787
public:
8888
CgroupV2Subsystem(CgroupV2MemoryController * memory,
89-
CgroupV2CpuController* cpu) {
89+
CgroupV2CpuController* cpu) {
9090
_unified = memory; // Use memory for now, should have all separate later
9191
_memory = new CachingCgroupController<CgroupMemoryController*>(memory);
9292
_cpu = new CachingCgroupController<CgroupCpuController*>(cpu);

0 commit comments

Comments
 (0)