device: fix style
This commit is contained in:
parent
bd4cfd56dc
commit
9a22b27733
@ -10,7 +10,7 @@ use ffi::*;
|
||||
pub struct Info<'a> {
|
||||
ptr: *mut AVDeviceInfo,
|
||||
|
||||
_marker: PhantomData<&'a i32>,
|
||||
_marker: PhantomData<&'a ()>,
|
||||
}
|
||||
|
||||
impl<'a> Info<'a> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user