Skip to content

Commit 57ab2c0

Browse files
committed
Fix clang format issue
1 parent b6cadd3 commit 57ab2c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/clang/Interpreter/CppInterOp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -567,8 +567,8 @@ namespace Cpp {
567567

568568
///\returns list of operator overloads
569569
CPPINTEROP_API void GetOperator(TCppScope_t scope, Operator op,
570-
std::vector<TCppFunction_t>& operators,
571-
OperatorArity kind = kBoth);
570+
std::vector<TCppFunction_t>& operators,
571+
OperatorArity kind = kBoth);
572572

573573
/// Creates an instance of the interpreter we need for the various interop
574574
/// services.

0 commit comments

Comments
 (0)