src/pxar/encoder.rs: style fix
This commit is contained in:
parent
e7b60a16c8
commit
1ce2f7cfb9
@ -956,7 +956,7 @@ pub const TMPFS_MAGIC: i64 = 0x01021994;
|
|||||||
pub const SYSFS_MAGIC: i64 = 0x62656572;
|
pub const SYSFS_MAGIC: i64 = 0x62656572;
|
||||||
pub const MSDOS_SUPER_MAGIC: i64 = 0x00004d44;
|
pub const MSDOS_SUPER_MAGIC: i64 = 0x00004d44;
|
||||||
pub const FUSE_SUPER_MAGIC: i64 = 0x65735546;
|
pub const FUSE_SUPER_MAGIC: i64 = 0x65735546;
|
||||||
pub const EXT4_SUPER_MAGIC: i64 = 0xEF53;
|
pub const EXT4_SUPER_MAGIC: i64 = 0x0000EF53;
|
||||||
pub const XFS_SUPER_MAGIC: i64 = 0x58465342;
|
pub const XFS_SUPER_MAGIC: i64 = 0x58465342;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user