[Lldb-commits] [lldb] 14d6863 - Small reformat to avoid tripping up possible formatting.

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 13 13:07:06 PST 2020


Author: Jason Molenda
Date: 2020-02-13T13:06:44-08:00
New Revision: 14d686309a1ac9cc41522b00da7a751db592ef6e

URL: https://github.com/llvm/llvm-project/commit/14d686309a1ac9cc41522b00da7a751db592ef6e
DIFF: https://github.com/llvm/llvm-project/commit/14d686309a1ac9cc41522b00da7a751db592ef6e.diff

LOG: Small reformat to avoid tripping up possible formatting.

Added: 
    

Modified: 
    lldb/docs/use/variable.rst

Removed: 
    


################################################################################
diff  --git a/lldb/docs/use/variable.rst b/lldb/docs/use/variable.rst
index 7915abf92d65..5b1fef7b06c3 100644
--- a/lldb/docs/use/variable.rst
+++ b/lldb/docs/use/variable.rst
@@ -701,8 +701,8 @@ something you have to deal with on your own.
 ``options`` Python summary formatters can optionally define this
 third argument, which is an object of type ``lldb.SBTypeSummaryOptions``,
 allowing for a few customizations of the result. The decision to
-adopt or not this third argument - and the meaning of options thereof
-- is up to the individual formatter's writer.
+adopt or not this third argument - and the meaning of options 
+thereof - is up to the individual formatter's writer.
 
 Other than interactively typing a Python script there are two other ways for
 you to input a Python script as a summary:


        


More information about the lldb-commits mailing list