Skip to content

Commit 9d291ef

Browse files
author
Razvan Lupusoru
committed
Fix format
1 parent f04736c commit 9d291ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2506,8 +2506,7 @@ LogicalResult acc::LoopOp::verify() {
25062506
deviceTypeAttr.getValue()) ||
25072507
getGangValue(mlir::acc::GangArgType::Static,
25082508
deviceTypeAttr.getValue()))
2509-
return emitError()
2510-
<< "gang, worker or vector cannot appear with seq";
2509+
return emitError() << "gang, worker or vector cannot appear with seq";
25112510
}
25122511
}
25132512

0 commit comments

Comments
 (0)