Skip to content

Commit cfb20cc

Browse files
committed
whitespace
1 parent d34c423 commit cfb20cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/AMDGPU/IR/AMDGPUDialect.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ static void printDynamicIndex(OpAsmPrinter &printer, Operation *op,
7575
if (staticSize) {
7676
printer << staticSize.getValue();
7777
return;
78-
}
78+
}
7979
printer << dynamicSize;
8080
}
8181

0 commit comments

Comments
 (0)