mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-13 17:56:37 +00:00
formatting fixup
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
57d052af36
commit
d663ff328a
@ -9,7 +9,7 @@ use nix::sys::mman;
|
|||||||
|
|
||||||
use proxmox_lang::error::io_err_other;
|
use proxmox_lang::error::io_err_other;
|
||||||
|
|
||||||
use crate::error::{SysError};
|
use crate::error::SysError;
|
||||||
|
|
||||||
pub struct Mmap<T> {
|
pub struct Mmap<T> {
|
||||||
data: *mut T,
|
data: *mut T,
|
||||||
|
Loading…
Reference in New Issue
Block a user