summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/CommandProcessor.cpp
diff options
context:
space:
mode:
authorSepalani <sepalani@hotmail.fr>2021-06-07 12:55:52 +0400
committerSepalani <sepalani@hotmail.fr>2021-06-07 12:55:52 +0400
commitce8004c9c1cd977d4f5a43e08bfcf2e9ec12f047 (patch)
treee55a31e7843858df6647869599cf67b051e6bff7 /Source/Core/VideoCommon/CommandProcessor.cpp
parent3ef9d5f6595f8ffac5d93314214aed735616f111 (diff)
Lint: End of namespace
Diffstat (limited to 'Source/Core/VideoCommon/CommandProcessor.cpp')
-rw-r--r--Source/Core/VideoCommon/CommandProcessor.cpp2
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