mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
Fix unneeded semi column
This commit is contained in:
parent
9d4c597541
commit
961aeb7a15
@ -77,7 +77,7 @@ using I = intptr_t;
|
||||
// Converts an offset into a pointer.
|
||||
const void *forge(size_t offset) {
|
||||
return reinterpret_cast<const void *>(offset);
|
||||
};
|
||||
}
|
||||
|
||||
TEST(UtilsTest, OffsetToNextAligned) {
|
||||
EXPECT_EQ(offset_to_next_aligned<16>(forge(0)), I(0));
|
||||
|
Loading…
Reference in New Issue
Block a user