Skip to content

Commit 8ca0800

Browse files
committed
more formatting
1 parent 0d4dfb5 commit 8ca0800

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lldb/include/lldb/Breakpoint/Breakpoint.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -566,9 +566,9 @@ class Breakpoint : public std::enable_shared_from_this<Breakpoint>,
566566
/// This controls whether to display information about
567567
/// the facade locations or the real locations.
568568
enum DisplayType {
569-
eDisplayFacade = 1, // Display facade locations
570-
eDisplayReal = 1 << 1, // Display real locations
571-
eDisplayHeader = 1 << 2 // Display compressed list of locations only
569+
eDisplayFacade = 1, // Display facade locations
570+
eDisplayReal = 1 << 1, // Display real locations
571+
eDisplayHeader = 1 << 2 // Display compressed list of locations only
572572
};
573573

574574
void GetDescriptionForType(Stream *s, lldb::DescriptionLevel level,

0 commit comments

Comments
 (0)