diff options
author | Qiu Chaofan <qiucofan@cn.ibm.com> | 2022-01-07 15:52:59 +0800 |
---|---|---|
committer | Qiu Chaofan <qiucofan@cn.ibm.com> | 2022-01-07 15:52:59 +0800 |
commit | c2cc70e4f534f445693d4ffb6fb8955c3e0bc2be (patch) | |
tree | 3e98a52b017765326acae2a03b21194816e0b325 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptedThreadPythonInterface.h | |
parent | 410480e32b6920f391018e5fc66d811194bf7025 (diff) | |
download | llvm-c2cc70e4f534f445693d4ffb6fb8955c3e0bc2be.zip llvm-c2cc70e4f534f445693d4ffb6fb8955c3e0bc2be.tar.gz llvm-c2cc70e4f534f445693d4ffb6fb8955c3e0bc2be.tar.bz2 |
[NFC] Fix endif comments to match with include guard
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptedThreadPythonInterface.h')
-rw-r--r-- | lldb/source/Plugins/ScriptInterpreter/Python/ScriptedThreadPythonInterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedThreadPythonInterface.h b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedThreadPythonInterface.h index 996b8d4..4222cdf 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedThreadPythonInterface.h +++ b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedThreadPythonInterface.h @@ -45,4 +45,4 @@ public: } // namespace lldb_private #endif // LLDB_ENABLE_PYTHON -#endif // LLDB_PLUGINS_SCRIPTINTERPRETER_PYTHON_SCRIPTEDPROCESSTHREADINTERFACE_H +#endif // LLDB_PLUGINS_SCRIPTINTERPRETER_PYTHON_SCRIPTEDTHREADPYTHONINTERFACE_H |