video_core: Use nested namespaces where applicable

Compresses a few namespace specifiers to be more compact.
This commit is contained in:
Lioncash
2018-07-20 18:14:17 -04:00
parent c1c9ab31e8
commit bb960c8cb4
11 changed files with 24 additions and 48 deletions

View File

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