Skip to content

Commit 86c9780

Browse files
reformat
1 parent 19e0439 commit 86c9780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/src/poll/linux/poll.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ LLVM_LIBC_FUNCTION(int, poll, (struct pollfd * fds, nfds_t nfds, int timeout)) {
3333
} else {
3434
tsp = nullptr;
3535
}
36-
int ret = LIBC_NAMESPACE::syscall_impl<int>(SYS_ppoll, fds, nfds, tsp,
37-
nullptr, 0);
36+
int ret =
37+
LIBC_NAMESPACE::syscall_impl<int>(SYS_ppoll, fds, nfds, tsp, nullptr, 0);
3838
#else
3939
#error "SYS_ppoll_time64?"
4040
#endif

0 commit comments

Comments
 (0)