device: fix style

This commit is contained in:
meh 2015-05-12 18:19:53 +02:00
parent bd4cfd56dc
commit 9a22b27733

View File

@ -10,7 +10,7 @@ use ffi::*;
pub struct Info<'a> { pub struct Info<'a> {
ptr: *mut AVDeviceInfo, ptr: *mut AVDeviceInfo,
_marker: PhantomData<&'a i32>, _marker: PhantomData<&'a ()>,
} }
impl<'a> Info<'a> { impl<'a> Info<'a> {