Fix indentation inconsistency

This commit is contained in:
2025-06-13 15:48:10 +10:00
parent 2bb4704d79
commit 983ccbf754
3 changed files with 16 additions and 16 deletions

View File

@@ -132,9 +132,9 @@ impl Mtx
self.0[11] = r[6] * tmp[3] + r[7] * tmp[7] + r[8] * tmp[11];
}
#[inline(always)]
#[must_use]
pub const fn as_ptr(&self) -> *const f32 { self.0.as_ptr() }
#[inline(always)]
#[must_use]
pub const fn as_ptr(&self) -> *const f32 { self.0.as_ptr() }
}
impl Default for Mtx