Skip to content

Commit 6de0b88

Browse files
committed
clang-format
1 parent 0d94b55 commit 6de0b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenBuilder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class CIRGenBuilderTy : public cir::CIRBaseBuilderTy {
4444
assert(!cir::MissingFeatures::unsizedTypes());
4545
return false;
4646
}
47-
47+
4848
bool isInt(mlir::Type i) { return mlir::isa<cir::IntType>(i); }
4949

5050
// Creates constant nullptr for pointer type ty.

0 commit comments

Comments
 (0)