Skip to content

Commit 769796f

Browse files
fix clang-format
1 parent cb94cd4 commit 769796f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/Interpreter/CppInterOp.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2059,7 +2059,9 @@ namespace Cpp {
20592059
if (op_flag) {
20602060
callbuf << ", ";
20612061
} else {
2062-
callbuf << ' ' << Cpp::getOperatorSpelling(FD->getOverloadedOperator()) << ' ';
2062+
callbuf << ' '
2063+
<< Cpp::getOperatorSpelling(FD->getOverloadedOperator())
2064+
<< ' ';
20632065
}
20642066
}
20652067

0 commit comments

Comments
 (0)