Skip to content

Commit 62609d1

Browse files
committed
Format
1 parent b05b831 commit 62609d1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

rules/stdio/tgt_refcount.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,7 @@ fn f17(a0: Ptr<u8>, a1: i32, a2: Ptr<::std::fs::File>) -> Ptr<u8> {
156156
}
157157
Err(__e) => {
158158
if __e.kind() != ::std::io::ErrorKind::Interrupted {
159-
libcc2rs::cpp2rust_errno()
160-
.write(__e.raw_os_error().unwrap_or(::libc::EIO));
159+
libcc2rs::cpp2rust_errno().write(__e.raw_os_error().unwrap_or(::libc::EIO));
161160
__failed = true;
162161
break;
163162
}

0 commit comments

Comments
 (0)