From ec00502b9f4021112c22b87ff849ecb5505763dd Mon Sep 17 00:00:00 2001 From: Shafik Yaghmour Date: Tue, 23 Mar 2021 14:31:40 -0700 Subject: [NFC][LLDB] Removing extra semicolons to silence -Wc++98-compat-extra-semi diagnostics --- lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h') diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h b/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h index 1843d92..1ef792bc 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h +++ b/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h @@ -50,7 +50,7 @@ extern "C" void *LLDBSWIGPython_CastPyObjectToSBData(void *data); extern "C" void *LLDBSWIGPython_CastPyObjectToSBError(void *data); extern "C" void *LLDBSWIGPython_CastPyObjectToSBValue(void *data); -}; // namespace lldb_private +} // namespace lldb_private #endif // LLDB_ENABLE_PYTHON #endif // LLDB_PLUGINS_SCRIPTINTERPRETER_PYTHON_SWIGPYTHONBRIDGE_H -- cgit v1.1