Skip to content

Commit fd95d5f

Browse files
committed
Fix formatting
1 parent 5add927 commit fd95d5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/CodeGen/ComplexDeinterleavingPass.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1764,7 +1764,8 @@ bool ComplexDeinterleavingGraph::checkNodes() {
17641764
FoundDeinterleaveNode = true;
17651765
}
17661766

1767-
// We need a deinterleave node in order to guarantee that we're working with complex numbers.
1767+
// We need a deinterleave node in order to guarantee that we're working with
1768+
// complex numbers.
17681769
if (!FoundDeinterleaveNode)
17691770
return false;
17701771

0 commit comments

Comments
 (0)