[format] Require EOF newline

This commit is contained in:
Margen67
2025-07-18 11:26:28 -07:00
parent 45ca1c352d
commit 3eef564ff8
72 changed files with 74 additions and 73 deletions

View File

@@ -184,4 +184,4 @@ void SystemManagementController::SetLedState(X_SMC_DATA* smc_message,
}
} // namespace kernel
} // namespace xe
} // namespace xe

View File

@@ -108,4 +108,4 @@ static_assert(!IsOriginalXboxTitle(0x4D5308BC)); // 360 Game
} // namespace kernel
} // namespace xe
#endif
#endif

View File

@@ -30,4 +30,4 @@ void RC4(const uint8_t* key, uint32_t key_size_in, const uint8_t* data,
} // namespace kernel
} // namespace xe
#endif // XENIA_KERNEL_UTIL_CRYPTO_UTILS_H_
#endif // XENIA_KERNEL_UTIL_CRYPTO_UTILS_H_

View File

@@ -281,4 +281,4 @@ std::vector<GameInfoDatabase::Achievement> GameInfoDatabase::GetAchievements()
} // namespace util
} // namespace kernel
} // namespace xe
} // namespace xe

View File

@@ -135,4 +135,4 @@ class GameInfoDatabase {
} // namespace kernel
} // namespace xe
#endif // XENIA_KERNEL_UTIL_GAME_INFO_DATABASE_H_
#endif // XENIA_KERNEL_UTIL_GAME_INFO_DATABASE_H_

View File

@@ -26,4 +26,4 @@ namespace xe::kernel::util {
class NativeList;
class ObjectTable;
} // namespace xe::kernel::util
#endif
#endif

View File

@@ -150,4 +150,4 @@ std::queue<std::string> AttributeStringFormatter::GetPresenceFormatSpecifiers()
}
} // namespace util
} // namespace kernel
} // namespace xe
} // namespace xe

View File

@@ -77,4 +77,4 @@ class AttributeStringFormatter {
} // namespace kernel
} // namespace xe
#endif // XENIA_KERNEL_UTIL_PRESENCE_STRING_BUILDER_H_
#endif // XENIA_KERNEL_UTIL_PRESENCE_STRING_BUILDER_H_

View File

@@ -127,4 +127,4 @@ UserData::UserData(const X_USER_DATA_TYPE data_type,
} // namespace xam
} // namespace kernel
} // namespace xe
} // namespace xe

View File

@@ -202,4 +202,4 @@ class UserData {
} // namespace kernel
} // namespace xe
#endif
#endif

View File

@@ -78,4 +78,4 @@ void Property::WriteToGuest(XUSER_PROPERTY* property) const {
} // namespace xam
} // namespace kernel
} // namespace xe
} // namespace xe

View File

@@ -62,4 +62,4 @@ class Property : public UserData {
} // namespace kernel
} // namespace xe
#endif
#endif

View File

@@ -124,4 +124,4 @@ class UserTracker {
} // namespace kernel
} // namespace xe
#endif
#endif

View File

@@ -69,4 +69,4 @@ DECLARE_XAM_EXPORT1(XamMediaVerificationInject, kNone, kStub);
} // namespace kernel
} // namespace xe
DECLARE_XAM_EMPTY_REGISTER_EXPORTS(Media);
DECLARE_XAM_EMPTY_REGISTER_EXPORTS(Media);

View File

@@ -103,4 +103,4 @@ DECLARE_XAM_EXPORT1(XamProfileGetCreationStatus, kNone, kStub);
} // namespace kernel
} // namespace xe
DECLARE_XAM_EMPTY_REGISTER_EXPORTS(Profile);
DECLARE_XAM_EMPTY_REGISTER_EXPORTS(Profile);

View File

@@ -71,4 +71,4 @@ class XamState {
} // namespace kernel
} // namespace xe
#endif
#endif

View File

@@ -1056,4 +1056,4 @@ DECLARE_XAM_EXPORT1(XamUserGetUserTenure, kUserProfiles, kImplemented);
} // namespace kernel
} // namespace xe
DECLARE_XAM_EMPTY_REGISTER_EXPORTS(User);
DECLARE_XAM_EMPTY_REGISTER_EXPORTS(User);

View File

@@ -157,4 +157,4 @@ class GpdInfo : public XdbfFile {
} // namespace kernel
} // namespace xe
#endif // XENIA_KERNEL_XAM_XDBF_GPD_INFO_H_
#endif // XENIA_KERNEL_XAM_XDBF_GPD_INFO_H_

View File

@@ -48,4 +48,4 @@ class GpdInfoProfile : public GpdInfo {
} // namespace kernel
} // namespace xe
#endif // XENIA_KERNEL_XAM_XDBF_GPD_INFO_PROFILE_H_
#endif // XENIA_KERNEL_XAM_XDBF_GPD_INFO_PROFILE_H_

View File

@@ -57,4 +57,4 @@ class GpdInfoTitle : public GpdInfo {
} // namespace xam
} // namespace kernel
} // namespace xe
#endif // XENIA_KERNEL_XAM_XDBF_GPD_INFO_TITLE_H_
#endif // XENIA_KERNEL_XAM_XDBF_GPD_INFO_TITLE_H_

View File

@@ -166,4 +166,4 @@ class XSocket : public XObject {
} // namespace kernel
} // namespace xe
#endif // XENIA_KERNEL_XSOCKET_H_
#endif // XENIA_KERNEL_XSOCKET_H_