remove empty lines

This commit is contained in:
Corwin 2024-09-26 19:02:30 +01:00
parent a2a00aa94f
commit a49317442f
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View file

@ -65,7 +65,6 @@ pub struct OamUnmanaged<'gba> {
/// This will panic if called because when you run out of objects the zip will /// 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 /// have already grabbed the next OamSlot before realising there are no more
/// objects. /// objects.
pub struct OamIterator<'oam> { pub struct OamIterator<'oam> {
index: usize, index: usize,
frame_data: &'oam UnsafeCell<OamFrameModifyables>, frame_data: &'oam UnsafeCell<OamFrameModifyables>,

View file

@ -6,7 +6,6 @@ use crate::display::affine::AffineMatrixBackground;
use crate::fixnum::Num; use crate::fixnum::Num;
#[allow(non_snake_case)] #[allow(non_snake_case)]
const fn swi_map(thumb_id: u32) -> u32 { const fn swi_map(thumb_id: u32) -> u32 {
if cfg!(target_feature = "thumb-mode") { if cfg!(target_feature = "thumb-mode") {
thumb_id thumb_id