[mlir] Ran git-clang-format.
authorAdrian <akuegel@google.com>
Tue, 14 Jan 2020 10:41:40 +0000 (11:41 +0100)
committerAdrian <akuegel@google.com>
Tue, 14 Jan 2020 10:44:45 +0000 (11:44 +0100)
Summary:
I forgot to ran git-clang-format before committing.

mlir/lib/Dialect/LoopOps/LoopOps.cpp

index 4824421..7e3e286 100644 (file)
@@ -345,8 +345,8 @@ static LogicalResult verify(ReduceOp op) {
       llvm::any_of(block.getArguments(), [&](const BlockArgument &arg) {
         return arg.getType() != type;
       }))
-    return op.emitOpError() << "expects two arguments to reduce block of type "
-                            << type;
+    return op.emitOpError()
+           << "expects two arguments to reduce block of type " << type;
 
   // Check that the block is terminated by a ReduceReturnOp.
   if (!isa<ReduceReturnOp>(block.getTerminator()))