Skip to content

Commit 0251116

Browse files
committed
Add a blank line
1 parent 7eee9b3 commit 0251116

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libc/src/stdio/linux/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ add_entrypoint_object(
3838
libc.src.fcntl.fcntl
3939
libc.src.stdio.fseek
4040
libc.src.__support.File.linux.file
41-
)
41+
)

libc/test/src/fcntl/fcntl_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@ TEST(LlvmLibcFcntlTest, UseAfterClose) {
162162
ASSERT_THAT(LIBC_NAMESPACE::close(fd), Succeeds(0));
163163
ASSERT_EQ(-1, LIBC_NAMESPACE::fcntl(fd, F_GETFL));
164164
ASSERT_ERRNO_EQ(EBADF);
165-
}
165+
}

0 commit comments

Comments
 (0)