modify-python-lldb.py: Remove docstring formatting code
authorPavel Labath <pavel@labath.sk>
Sun, 21 Apr 2019 12:48:53 +0000 (12:48 +0000)
committerPavel Labath <pavel@labath.sk>
Sun, 21 Apr 2019 12:48:53 +0000 (12:48 +0000)
commit27e9d982eb1e5aaa4c06a8771a3430eb803c1edf
treeac321937eb513ae6644ed26c0510f912fd09f7f0
parent0d741507f7ec1cb8925ed2c37408a1b0db079332
modify-python-lldb.py: Remove docstring formatting code

The strings have been already cleaned up in r358683, so this code is not
doing anything anymore.

While comparing the outputs before and after removing the formatting
code, I've found a couple of docstrings that managed to escape my perl
script in r358683, so I format them manually with this patch.

llvm-svn: 358846
lldb/scripts/Python/modify-python-lldb.py
lldb/scripts/interface/SBProcess.i
lldb/scripts/interface/SBTarget.i