Skip to content

Commit 3967962

Browse files
restore formatting in LanguageSwiftProperties.td
1 parent 77eafcd commit 3967962

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed
Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
include "../../../../include/lldb/Core/PropertiesBase.td"
22

33
let Definition = "language_swift" in {
4-
def FunctionNameFormat
5-
: Property<"function-name-format", "FormatEntity">,
6-
Global,
7-
DefaultStringValue<
8-
"${function.prefix}${ansi.fg.yellow}${function.basename}${ansi."
9-
"normal}${function.formatted-arguments}${function.suffix}">,
10-
Desc<"Swift specific frame format string to use when displaying stack "
11-
"frame information for threads.">;
4+
def FunctionNameFormat: Property<"function-name-format", "FormatEntity">,
5+
Global,
6+
DefaultStringValue<"${function.prefix}${ansi.fg.yellow}${function.basename}${ansi.normal}${function.formatted-arguments}${function.suffix}">,
7+
Desc<"Swift specific frame format string to use when displaying stack frame information for threads.">;
128
}

0 commit comments

Comments
 (0)