chore: Rename CamelCase namespaces to snake_case (#7933)

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alex Kremer
2026-08-04 14:46:55 +01:00
committed by GitHub
parent b8451ffa32
commit 06488c1318
293 changed files with 2104 additions and 2083 deletions

View File

@@ -13,7 +13,7 @@
#include <string>
#include <string_view>
namespace xrpl::BuildInfo {
namespace xrpl::build_info {
namespace {
@@ -173,4 +173,4 @@ isNewerVersion(std::uint64_t version)
return false;
}
} // namespace xrpl::BuildInfo
} // namespace xrpl::build_info