From bb960c8cb43a3250d971cd8bb4adc5dd0c5baccc Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 20 Jul 2018 18:14:17 -0400 Subject: video_core: Use nested namespaces where applicable Compresses a few namespace specifiers to be more compact. --- src/video_core/engines/maxwell_compute.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/video_core/engines/maxwell_compute.h') diff --git a/src/video_core/engines/maxwell_compute.h b/src/video_core/engines/maxwell_compute.h index 7262e1bcb..2b3e4ced6 100644 --- a/src/video_core/engines/maxwell_compute.h +++ b/src/video_core/engines/maxwell_compute.h @@ -6,8 +6,7 @@ #include "common/common_types.h" -namespace Tegra { -namespace Engines { +namespace Tegra::Engines { class MaxwellCompute final { public: @@ -18,5 +17,4 @@ public: void WriteReg(u32 method, u32 value); }; -} // namespace Engines -} // namespace Tegra +} // namespace Tegra::Engines -- cgit v1.2.3