mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
remove empty lines
This commit is contained in:
parent
a2a00aa94f
commit
a49317442f
|
@ -65,7 +65,6 @@ pub struct OamUnmanaged<'gba> {
|
|||
/// This will panic if called because when you run out of objects the zip will
|
||||
/// have already grabbed the next OamSlot before realising there are no more
|
||||
/// objects.
|
||||
|
||||
pub struct OamIterator<'oam> {
|
||||
index: usize,
|
||||
frame_data: &'oam UnsafeCell<OamFrameModifyables>,
|
||||
|
|
|
@ -6,7 +6,6 @@ use crate::display::affine::AffineMatrixBackground;
|
|||
use crate::fixnum::Num;
|
||||
|
||||
#[allow(non_snake_case)]
|
||||
|
||||
const fn swi_map(thumb_id: u32) -> u32 {
|
||||
if cfg!(target_feature = "thumb-mode") {
|
||||
thumb_id
|
||||
|
|
Loading…
Reference in a new issue