Skip to content

Commit edc13a9

Browse files
committed
chore: add new line to the EOF of memalignment_test.cpp
1 parent ff7a9bc commit edc13a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libc/test/src/stdlib/memalignment_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,5 @@ TEST(LlvmLibcMemAlignmentTest, SpecificAlignment) {
6464
uintptr_t addr_complex = 0x1234560; // 16-byte aligned (ends in 0)
6565
void *ptr_complex = reinterpret_cast<void *>(addr_complex);
6666
EXPECT_EQ(LIBC_NAMESPACE::memalignment(ptr_complex), static_cast<size_t>(16));
67-
}
67+
}
68+

0 commit comments

Comments
 (0)