Skip to content

Commit 50dec2e

Browse files
committed
clang format fix
1 parent 812d1fa commit 50dec2e

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
@@ -652,7 +652,7 @@ LogicalResult GPUPrintfConversion::matchAndRewrite(
652652
return rewriter.create<mlir::spirv::SpecConstantOp>(
653653
loc, rewriter.getStringAttr(specCstName), attr);
654654
};
655-
655+
656656
// define GlobalVarOp with printf format string using SpecConstants
657657
// and make composite of SpecConstants
658658
{
@@ -695,7 +695,7 @@ LogicalResult GPUPrintfConversion::matchAndRewrite(
695695

696696
globalVar->setAttr("Constant", rewriter.getUnitAttr());
697697
}
698-
698+
699699
// Get SSA value of Global variable
700700
mlir::Value globalPtr =
701701
rewriter.create<mlir::spirv::AddressOfOp>(loc, globalVar);

0 commit comments

Comments
 (0)