Skip to content

Commit 695b984

Browse files
committed
[SYCL-PTX] clang-format
Signed-off-by: Victor Lomuller <[email protected]>
1 parent 14d3dbd commit 695b984

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/utils/TableGen/ClangProgModelBuiltinEmitter.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -917,8 +917,7 @@ void BuiltinNameEmitter::EmitQualTypeFinder() {
917917
}
918918

919919
JSONBuiltinInterfaceEmitter::TypeDesc::TypeDesc(const Record *T)
920-
: Name(T->getValueAsString("Name")),
921-
VecWidth(T->getValueAsInt("VecWidth")),
920+
: Name(T->getValueAsString("Name")), VecWidth(T->getValueAsInt("VecWidth")),
922921
ElementSize(T->getValueAsInt("ElementSize")),
923922
IsPointer(T->getValueAsBit("IsPointer")),
924923
IsConst(T->getValueAsBit("IsConst")),

0 commit comments

Comments
 (0)