Skip to content

Commit

Permalink
[Refactor] Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Aug 23, 2023
1 parent 3b17c1d commit 9265614
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ object Syscall {
external fun sendfile(
outFd: FileDescriptor,
inFd: FileDescriptor,
offset: Int64Ref?
, count: Long
offset: Int64Ref?,
count: Long
): Long

@Throws(SyscallException::class)
Expand Down

0 comments on commit 9265614

Please sign in to comment.