Skip to content

Commit f9e0630

Browse files
committed
fix formatting
1 parent a6682af commit f9e0630

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/unittests/ADT/CountCopyAndMove.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ struct CountCopyAndMove {
5252
}
5353

5454
static int TotalConstructions() {
55-
return DefaultConstructions + ValueConstructions + MoveConstructions + CopyConstructions;
55+
return DefaultConstructions + ValueConstructions + MoveConstructions +
56+
CopyConstructions;
5657
}
5758

5859
static int TotalCopies() { return CopyConstructions + CopyAssignments; }

0 commit comments

Comments
 (0)