Skip to content

Commit 7322670

Browse files
committed
clang-format
1 parent d9408e3 commit 7322670

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2699,8 +2699,8 @@ void acc::DataOp::addAsyncOperand(
26992699
getAsyncOperandsMutable()));
27002700
}
27012701

2702-
void acc::DataOp::addWaitOnly(
2703-
MLIRContext *context, llvm::ArrayRef<DeviceType> effectiveDeviceTypes) {
2702+
void acc::DataOp::addWaitOnly(MLIRContext *context,
2703+
llvm::ArrayRef<DeviceType> effectiveDeviceTypes) {
27042704
setWaitOnlyAttr(addDeviceTypeAffectedOperandHelper(context, getWaitOnlyAttr(),
27052705
effectiveDeviceTypes));
27062706
}

0 commit comments

Comments
 (0)