Skip to content

Commit 228fd25

Browse files
committed
fmt
1 parent a726038 commit 228fd25

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

utils/gdb_qemu/gdb_qemu/src/errno.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#[cfg(target_os = "linux")]
22
use libc::__errno_location;
3-
4-
#[cfg(target_vendor= "apple")]
3+
#[cfg(target_vendor = "apple")]
54
use libc::__error;
65

76
#[cfg(target_os = "linux")]
@@ -18,4 +17,4 @@ pub fn errno() -> i32 {
1817
pub fn errno() -> i32 {
1918
// TODO: Add support for more platforms.
2019
0
21-
}
20+
}

0 commit comments

Comments
 (0)