Skip to content

Commit 145b6cb

Browse files
committed
Format enum value and docs
1 parent 5e58d83 commit 145b6cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/include/lldb/lldb-enumerations.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@ FLAGS_ENUM(LaunchFlags){
130130
eLaunchFlagInheritTCCFromParent =
131131
(1u << 12), ///< Don't make the inferior responsible for its own TCC
132132
///< permissions but instead inherit them from its parent.
133-
eLaunchFlagMemoryTagging =
134-
(1u << 13), ///< Launch with memory tagging (MTE).
133+
eLaunchFlagMemoryTagging = (1u << 13), ///< Launch with memory tagging (MTE)
135134
};
136135

137136
/// Thread Run Modes.

0 commit comments

Comments
 (0)