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)
|
||||
}
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user