diff options
| author | Lioncash <mathew1800@gmail.com> | 2018-07-20 18:14:17 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2018-07-20 18:23:54 -0400 |
| commit | bb960c8cb43a3250d971cd8bb4adc5dd0c5baccc (patch) | |
| tree | c7745ac491c15a6d4519548812a7105903410a18 /src/video_core/engines/maxwell_compute.h | |
| parent | c1c9ab31e80a182d03765658191bfd3a6c8a691f (diff) | |
video_core: Use nested namespaces where applicable
Compresses a few namespace specifiers to be more compact.
Diffstat (limited to 'src/video_core/engines/maxwell_compute.h')
| -rw-r--r-- | src/video_core/engines/maxwell_compute.h | 6 |
1 files changed, 2 insertions, 4 deletions
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 |
