Skip to content

Commit e3951bc

Browse files
fix format
Created using spr 1.3.7-wip
1 parent b59b14e commit e3951bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/include/llvm/Remarks/BitstreamRemarkContainer.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ constexpr StringLiteral MetaExternalFileName("External File");
9696
constexpr StringLiteral RemarkHeaderName("Remark header");
9797
constexpr StringLiteral RemarkDebugLocName("Remark debug location");
9898
constexpr StringLiteral RemarkHotnessName("Remark hotness");
99-
constexpr StringLiteral RemarkArgWithDebugLocName("Argument with debug location");
99+
constexpr StringLiteral
100+
RemarkArgWithDebugLocName("Argument with debug location");
100101
constexpr StringLiteral RemarkArgWithoutDebugLocName("Argument");
101102

102103
} // end namespace remarks

0 commit comments

Comments
 (0)