Skip to content

Commit 85c4e42

Browse files
committed
Fix formatting
1 parent bc4842f commit 85c4e42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/include/clang/Basic/CodeGenOptions.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ class CodeGenOptions : public CodeGenOptionsBase {
199199
};
200200

201201
enum SanitizeDebugTrapReasonKind {
202-
None, ///< Trap Messages are omitted. This offers the smallest debug info
203-
///< size but at the cost of making traps hard to debug.
202+
None, ///< Trap Messages are omitted. This offers the smallest debug info
203+
///< size but at the cost of making traps hard to debug.
204204
Basic, ///< Trap Message is fixed per SanitizerKind. Produces smaller debug
205205
///< info than `Detailed` but is not as helpful for debugging.
206206
Detailed, ///< Trap Message includes more context (e.g. the expression being

0 commit comments

Comments
 (0)