Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakulix committed Sep 22, 2023
1 parent 70998eb commit 84088c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buffer_object.rs
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ impl<T: 'static> DrmPlanarBuffer for BufferObject<T> {
}
fn modifier(&self) -> Option<Modifier> {
Some(BufferObject::<T>::modifier(self).expect("GbmDevice does not exist anymore"))
}
}
fn pitches(&self) -> [u32; 4] {
let num = self
.plane_count()
Expand Down

0 comments on commit 84088c7

Please sign in to comment.