[all-commits] [llvm/llvm-project] 8a786b: [lldb] Fix misleading indentiation warning in Scri...
Med Ismail Bennani via All-commits
all-commits at lists.llvm.org
Mon Oct 30 16:30:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8a786be384fb1279413bd123ce2dfeee9c008bc4
https://github.com/llvm/llvm-project/commit/8a786be384fb1279413bd123ce2dfeee9c008bc4
Author: Med Ismail Bennani <ismail at bennani.ma>
Date: 2023-10-30 (Mon, 30 Oct 2023)
Changed paths:
M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
Log Message:
-----------
[lldb] Fix misleading indentiation warning in ScriptInterpreterPython (NFC) (#70732)
This should silence the "misleading indentiation" warnings introduced by
b2929be, by adding an no-op if-statement, if the surrounding
if-statement have been compiled out.
Signed-off-by: Med Ismail Bennani <ismail at bennani.ma>
More information about the All-commits
mailing list