Skip to content

Commit

Permalink
Remove tailing white space
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaiwei committed May 27, 2024
1 parent 00262c4 commit 8ef3e03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/hotspot/gtest/aarch64/test_assembler_aarch64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -354,10 +354,10 @@ void test_merge_dmb_all_kinds() {
}
}
}

BufferBlob::free(b);
}

TEST_VM(AssemblerAArch64, merge_dmb_all_kinds_1) {
FlagSetting fs(AlwaysMergeDMB, true);
test_merge_dmb_all_kinds();
Expand Down

0 comments on commit 8ef3e03

Please sign in to comment.