Update indentation for rustfmt 1.72

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1306>
This commit is contained in:
Sebastian Dröge 2023-08-24 17:38:41 +03:00
parent 4b87796c92
commit c7662ce15a

View file

@ -57,10 +57,7 @@ pub trait VideoAggregatorPadImplExt: ObjectSubclass {
token: &AggregateFramesToken,
buffer: &gst::Buffer,
) -> Option<crate::VideoFrame<crate::video_frame::Readable>> {
assert_eq!(
aggregator.as_ptr(),
token.0.as_ptr()
);
assert_eq!(aggregator.as_ptr(), token.0.as_ptr());
unsafe {
let data = Self::type_data();
@ -96,10 +93,7 @@ pub trait VideoAggregatorPadImplExt: ObjectSubclass {
token: &AggregateFramesToken,
frame: Option<crate::VideoFrame<crate::video_frame::Readable>>,
) {
assert_eq!(
aggregator.as_ptr(),
token.0.as_ptr()
);
assert_eq!(aggregator.as_ptr(), token.0.as_ptr());
unsafe {
let data = Self::type_data();