summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2021-06-07 12:16:08 +0200
committerGitHub <noreply@github.com>2021-06-07 12:16:08 +0200
commit5e371bb4be28f76446043467a7d1df2876da8b38 (patch)
tree2f4369bbc5a5b531d0e3bdf0444b921ee6aed2d3 /Source/Core/InputCommon
parent8ca6ffd908aa95ffb5c7665083463c4ea1139b0d (diff)
parentce8004c9c1cd977d4f5a43e08bfcf2e9ec12f047 (diff)
Merge pull request #9792 from sepalani/lint
Lint: End of namespace
Diffstat (limited to 'Source/Core/InputCommon')
-rw-r--r--Source/Core/InputCommon/GCAdapter.cpp2
-rw-r--r--Source/Core/InputCommon/GCAdapter.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/InputCommon/GCAdapter.cpp b/Source/Core/InputCommon/GCAdapter.cpp
index 6041defaa3..1ef08ecc22 100644
--- a/Source/Core/InputCommon/GCAdapter.cpp
+++ b/Source/Core/InputCommon/GCAdapter.cpp
@@ -586,4 +586,4 @@ bool IsDetected(const char** error_message)
return false;
}
-} // end of namespace GCAdapter
+} // namespace GCAdapter
diff --git a/Source/Core/InputCommon/GCAdapter.h b/Source/Core/InputCommon/GCAdapter.h
index eb05335602..bfbba85193 100644
--- a/Source/Core/InputCommon/GCAdapter.h
+++ b/Source/Core/InputCommon/GCAdapter.h
@@ -31,4 +31,4 @@ bool DeviceConnected(int chan);
void ResetDeviceType(int chan);
bool UseAdapter();
-} // end of namespace GCAdapter
+} // namespace GCAdapter