Skip to content

Commit 9408b46

Browse files
committed
clang format fix
1 parent 9797190 commit 9408b46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/lib/Conversion/GPUToSPIRV/GPUToSPIRV.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ LogicalResult GPUPrintfConversion::matchAndRewrite(
642642
return rewriter.create<mlir::spirv::SpecConstantOp>(
643643
loc, rewriter.getStringAttr(specCstName), attr);
644644
};
645-
645+
646646
// define GlobalVarOp with printf format string using SpecConstants
647647
// and make composite of SpecConstants
648648
{
@@ -685,7 +685,7 @@ LogicalResult GPUPrintfConversion::matchAndRewrite(
685685

686686
globalVar->setAttr("Constant", rewriter.getUnitAttr());
687687
}
688-
688+
689689
// Get SSA value of Global variable
690690
mlir::Value globalPtr =
691691
rewriter.create<mlir::spirv::AddressOfOp>(loc, globalVar);

0 commit comments

Comments
 (0)