Add new line at the end of files.
This commit is contained in:
parent
d89a8466e4
commit
0f4480a232
@ -6,4 +6,4 @@ u16 ChecksummedMiiData::CalcChecksum() {
|
|||||||
// Calculate the checksum of the selected Mii, see https://www.3dbrew.org/wiki/Mii#Checksum
|
// 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));
|
return boost::crc<16, 0x1021, 0, 0, false, false>(this, offsetof(ChecksummedMiiData, crc16));
|
||||||
}
|
}
|
||||||
} // namespace Mii
|
} // namespace Mii
|
||||||
|
@ -230,4 +230,4 @@ static_assert(sizeof(ChecksummedMiiData) == 0x60,
|
|||||||
static_assert(std::is_trivial_v<ChecksummedMiiData>, "ChecksummedMiiData must be trivial.");
|
static_assert(std::is_trivial_v<ChecksummedMiiData>, "ChecksummedMiiData must be trivial.");
|
||||||
static_assert(std::is_trivially_copyable_v<ChecksummedMiiData>,
|
static_assert(std::is_trivially_copyable_v<ChecksummedMiiData>,
|
||||||
"ChecksummedMiiData must be trivially copyable.");
|
"ChecksummedMiiData must be trivially copyable.");
|
||||||
} // namespace Mii
|
} // namespace Mii
|
||||||
|
Loading…
Reference in New Issue
Block a user