mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-26 05:47:32 +00:00
Whitespace fixes
This commit is contained in:
parent
65f124fe39
commit
4484982734
@ -31,9 +31,9 @@ mod c {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub unsafe fn dimensions() -> winsize {
|
pub unsafe fn dimensions() -> winsize {
|
||||||
let mut window: winsize = zeroed();
|
let mut window: winsize = zeroed();
|
||||||
ioctl(STDOUT_FILENO, TIOCGWINSZ, &mut window as *mut winsize);
|
ioctl(STDOUT_FILENO, TIOCGWINSZ, &mut window as *mut winsize);
|
||||||
window
|
window
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user