[Docs] Fix code formattign in variable.rst
authorJonas Devlieghere <jonas@devlieghere.com>
Mon, 13 May 2019 23:05:51 +0000 (23:05 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Mon, 13 May 2019 23:05:51 +0000 (23:05 +0000)
Fixes missing newline between :: and the actual code.

llvm-svn: 360632

lldb/docs/use/variable.rst

index 7d496c3..01bb917 100644 (file)
@@ -764,6 +764,7 @@ command, supports a --summary option that tells LLDB to use the named summary
 given instead of the default one.
 
 ::
+
    (lldb) type summary add --summary-string "x=${var.integer}" --name NamedSummary
    (lldb) frame variable one
    (i_am_cool) one = int = 3, float = 3.14159, char = 69