Skip to content

Commit fed0069

Browse files
committed
Applying formatting
1 parent a07cd8f commit fed0069

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

flang/include/flang/Optimizer/Transforms/CUFOpConversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class LLVMTypeConverter;
1919
namespace mlir {
2020
class DataLayout;
2121
class SymbolTable;
22-
}
22+
} // namespace mlir
2323

2424
namespace cuf {
2525

flang/lib/Optimizer/Transforms/CUFDeviceGlobal.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ static void prepareImplicitDeviceGlobals(mlir::func::FuncOp funcOp,
4545
}
4646
}
4747

48-
class CUFDeviceGlobal
49-
: public fir::impl::CUFDeviceGlobalBase<CUFDeviceGlobal> {
48+
class CUFDeviceGlobal : public fir::impl::CUFDeviceGlobalBase<CUFDeviceGlobal> {
5049
public:
5150
void runOnOperation() override {
5251
mlir::Operation *op = getOperation();

0 commit comments

Comments
 (0)