[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

@@ -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_