Skip to content

Commit 6b34cff

Browse files
committed
clang-format
1 parent ce55bc0 commit 6b34cff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenConstantEmitter.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ class ConstantEmitter {
113113
mlir::TypedAttr tryEmitPrivate(const Expr *e, QualType destType);
114114
mlir::Attribute tryEmitPrivate(const APValue &value, QualType destType);
115115
mlir::Attribute tryEmitPrivateForMemory(const Expr *e, QualType destTy);
116-
mlir::Attribute tryEmitPrivateForMemory(const APValue &value, QualType destTy);
116+
mlir::Attribute tryEmitPrivateForMemory(const APValue &value,
117+
QualType destTy);
117118

118119
private:
119120
#ifndef NDEBUG

0 commit comments

Comments
 (0)