diff options
| author | Léo Lam <leo@leolam.fr> | 2021-06-07 12:16:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-07 12:16:08 +0200 |
| commit | 5e371bb4be28f76446043467a7d1df2876da8b38 (patch) | |
| tree | 2f4369bbc5a5b531d0e3bdf0444b921ee6aed2d3 /Source/Core/VideoCommon/CommandProcessor.cpp | |
| parent | 8ca6ffd908aa95ffb5c7665083463c4ea1139b0d (diff) | |
| parent | ce8004c9c1cd977d4f5a43e08bfcf2e9ec12f047 (diff) | |
Merge pull request #9792 from sepalani/lint
Lint: End of namespace
Diffstat (limited to 'Source/Core/VideoCommon/CommandProcessor.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/CommandProcessor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/CommandProcessor.cpp b/Source/Core/VideoCommon/CommandProcessor.cpp index 4cdb9bd9fc..bc6f121562 100644 --- a/Source/Core/VideoCommon/CommandProcessor.cpp +++ b/Source/Core/VideoCommon/CommandProcessor.cpp @@ -634,4 +634,4 @@ void HandleUnknownOpcode(u8 cmd_byte, void* buffer, bool preprocess) } } -} // end of namespace CommandProcessor +} // namespace CommandProcessor |
