Skip to content

Commit c6f55bd

Browse files
committed
remove failures, fix test3.cpp
1 parent 295bcf4 commit c6f55bd

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

llvm/utils/git/INDUCE_FAILURE_IN_FORMATTER_2.cpp

Whitespace-only changes.

llvm/utils/git/INDUCE_FAILURE_IN_FORMATTER_2.py

Whitespace-only changes.

llvm/utils/git/test3.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
int three() {
2-
if(code)
3-
{
4-
return 1+2;
2+
if (code) {
3+
return 1 + 2;
54
}
6-
}
5+
}

0 commit comments

Comments
 (0)