Skip to content

Commit 6b578a6

Browse files
committed
Fix formatting issue
1 parent 608ee3a commit 6b578a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/utils/TableGen/ClangAttrEmitter.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,8 +1167,8 @@ namespace {
11671167

11681168
public:
11691169
IntegerExprArgument(const Record &Arg, StringRef Attr)
1170-
: ExprArgument(Arg, Attr),
1171-
UndefValue(Arg.getValueAsInt("UndefValue")) {}
1170+
: ExprArgument(Arg, Attr), UndefValue(Arg.getValueAsInt("UndefValue")) {
1171+
}
11721172

11731173
void writeAccessors(raw_ostream &OS) const override {
11741174
OS << " " << getType() << " get" << getUpperName() << "() const {\n";

0 commit comments

Comments
 (0)