Skip to content

Commit 5e29db4

Browse files
committed
[lldb] Format lldb-enumerations.h (NFC)
1 parent 33af4bd commit 5e29db4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lldb/include/lldb/lldb-enumerations.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,10 @@ enum Format {
195195
///< character arrays that can contain non printable
196196
///< characters
197197
eFormatAddressInfo, ///< Describe what an address points to (func + offset
198-
///< with file/line, symbol + offset, data, etc)
199-
eFormatHexFloat, ///< ISO C99 hex float string
200-
eFormatInstruction, ///< Disassemble an opcode
201-
eFormatVoid, ///< Do not print this
198+
///< with file/line, symbol + offset, data, etc)
199+
eFormatHexFloat, ///< ISO C99 hex float string
200+
eFormatInstruction, ///< Disassemble an opcode
201+
eFormatVoid, ///< Do not print this
202202
eFormatUnicode8,
203203
kNumFormats
204204
};

0 commit comments

Comments
 (0)