[format] Require EOF newline
This commit is contained in:
@@ -184,4 +184,4 @@ void SystemManagementController::SetLedState(X_SMC_DATA* smc_message,
|
||||
}
|
||||
|
||||
} // namespace kernel
|
||||
} // namespace xe
|
||||
} // namespace xe
|
||||
|
||||
@@ -108,4 +108,4 @@ static_assert(!IsOriginalXboxTitle(0x4D5308BC)); // 360 Game
|
||||
} // namespace kernel
|
||||
} // namespace xe
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -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_
|
||||
|
||||
@@ -281,4 +281,4 @@ std::vector<GameInfoDatabase::Achievement> GameInfoDatabase::GetAchievements()
|
||||
|
||||
} // namespace util
|
||||
} // namespace kernel
|
||||
} // namespace xe
|
||||
} // namespace xe
|
||||
|
||||
@@ -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_
|
||||
|
||||
@@ -26,4 +26,4 @@ namespace xe::kernel::util {
|
||||
class NativeList;
|
||||
class ObjectTable;
|
||||
} // namespace xe::kernel::util
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -150,4 +150,4 @@ std::queue<std::string> AttributeStringFormatter::GetPresenceFormatSpecifiers()
|
||||
}
|
||||
} // namespace util
|
||||
} // namespace kernel
|
||||
} // namespace xe
|
||||
} // namespace xe
|
||||
|
||||
@@ -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_
|
||||
|
||||
@@ -127,4 +127,4 @@ UserData::UserData(const X_USER_DATA_TYPE data_type,
|
||||
|
||||
} // namespace xam
|
||||
} // namespace kernel
|
||||
} // namespace xe
|
||||
} // namespace xe
|
||||
|
||||
@@ -202,4 +202,4 @@ class UserData {
|
||||
} // namespace kernel
|
||||
} // namespace xe
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -78,4 +78,4 @@ void Property::WriteToGuest(XUSER_PROPERTY* property) const {
|
||||
|
||||
} // namespace xam
|
||||
} // namespace kernel
|
||||
} // namespace xe
|
||||
} // namespace xe
|
||||
|
||||
@@ -62,4 +62,4 @@ class Property : public UserData {
|
||||
} // namespace kernel
|
||||
} // namespace xe
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -124,4 +124,4 @@ class UserTracker {
|
||||
} // namespace kernel
|
||||
} // namespace xe
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -71,4 +71,4 @@ class XamState {
|
||||
} // namespace kernel
|
||||
} // namespace xe
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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_
|
||||
|
||||
@@ -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_
|
||||
|
||||
@@ -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_
|
||||
|
||||
@@ -166,4 +166,4 @@ class XSocket : public XObject {
|
||||
} // namespace kernel
|
||||
} // namespace xe
|
||||
|
||||
#endif // XENIA_KERNEL_XSOCKET_H_
|
||||
#endif // XENIA_KERNEL_XSOCKET_H_
|
||||
|
||||
Reference in New Issue
Block a user