From a79c42862cafc414e59830a6b3367dedac7fdff0 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 10 May 2020 19:30:15 -0400 Subject: [PATCH] CRidley: Join namespace into nested namespace specifiers Same behavior, less noise. --- Runtime/MP1/World/CRidley.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Runtime/MP1/World/CRidley.cpp b/Runtime/MP1/World/CRidley.cpp index a19b76954..21965c7a0 100644 --- a/Runtime/MP1/World/CRidley.cpp +++ b/Runtime/MP1/World/CRidley.cpp @@ -18,9 +18,7 @@ #include "Runtime/World/CScriptWaypoint.hpp" #include "TCastTo.hpp" // Generated file, do not modify include path -namespace urde { -namespace MP1 { - +namespace urde::MP1 { namespace { struct SSomeRidleyStruct { u32 x0_; @@ -1682,5 +1680,4 @@ void CRidley::sub80253710(urde::CStateManager& mgr) { if (frontMag > 0.f && diffMag < x2fc_minAttackRange && xb08_ != 4) xb0c_ = 4; } -} // namespace MP1 -} // namespace urde +} // namespace urde::MP1