From 0f4480a232f7dcf22f29e2945a5c561ab0b7da91 Mon Sep 17 00:00:00 2001 From: PabloMK7 Date: Fri, 28 Jul 2023 17:50:21 +0200 Subject: [PATCH] Add new line at the end of files. --- src/core/hle/mii.cpp | 2 +- src/core/hle/mii.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/hle/mii.cpp b/src/core/hle/mii.cpp index be7ff183e4..ef8a5e6a39 100644 --- a/src/core/hle/mii.cpp +++ b/src/core/hle/mii.cpp @@ -6,4 +6,4 @@ u16 ChecksummedMiiData::CalcChecksum() { // Calculate the checksum of the selected Mii, see https://www.3dbrew.org/wiki/Mii#Checksum return boost::crc<16, 0x1021, 0, 0, false, false>(this, offsetof(ChecksummedMiiData, crc16)); } -} // namespace Mii \ No newline at end of file +} // namespace Mii diff --git a/src/core/hle/mii.h b/src/core/hle/mii.h index 3e80c10df5..ae1da5e98a 100644 --- a/src/core/hle/mii.h +++ b/src/core/hle/mii.h @@ -230,4 +230,4 @@ static_assert(sizeof(ChecksummedMiiData) == 0x60, static_assert(std::is_trivial_v, "ChecksummedMiiData must be trivial."); static_assert(std::is_trivially_copyable_v, "ChecksummedMiiData must be trivially copyable."); -} // namespace Mii \ No newline at end of file +} // namespace Mii