Skip to content

Commit 9cb7902

Browse files
committed
Formatting
1 parent 7d0c163 commit 9cb7902

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Support/Timer.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ class Name2PairMap {
240240
getGroupEntry(StringRef GroupName, StringRef GroupDescription) {
241241
std::pair<TimerGroup *, Name2TimerMap> &GroupEntry = Map[GroupName];
242242
if (!GroupEntry.first)
243-
GroupEntry.first = new TimerGroup(GroupName, GroupDescription, /*PrintOnExit=*/true);
243+
GroupEntry.first =
244+
new TimerGroup(GroupName, GroupDescription, /*PrintOnExit=*/true);
244245

245246
return GroupEntry;
246247
}

0 commit comments

Comments
 (0)