cargo fmt
This commit is contained in:
parent
c280dbe716
commit
78fb4ecbfc
@ -40,4 +40,3 @@ pub(crate) fn parse_arguments() -> Result<Args, lexopt::Error> {
|
|||||||
|
|
||||||
Ok(args)
|
Ok(args)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
mod args;
|
mod args;
|
||||||
|
|
||||||
use libc::{c_void, c_int};
|
use libc::{c_int, c_void};
|
||||||
|
|
||||||
extern {
|
extern "C" {
|
||||||
fn nmseffect_set_autodecrypt(_: c_int) -> c_void;
|
fn nmseffect_set_autodecrypt(_: c_int) -> c_void;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user