Skip to content

Commit b53d571

Browse files
Fix clang formaT
Signed-off-by: Daiyaan Ahmed <daiyaan.ahmed@intel.com>
1 parent 14d7608 commit b53d571

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

clang/lib/DPCT/RulesLang/RulesLang.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1930,7 +1930,8 @@ void EnumConstantRule::registerMatcher(MatchFinder &MF) {
19301930
"cufftType", "cudaMemoryType", "CUctx_flags_enum",
19311931
"CUpointer_attribute_enum", "CUmemorytype_enum",
19321932
"cudaGraphicsMapFlags", "cudaGraphicsRegisterFlags",
1933-
"cudaGraphNodeType", "CUdevice_P2PAttribute_enum", "cudaGraphExecUpdateResult"))),
1933+
"cudaGraphNodeType", "CUdevice_P2PAttribute_enum",
1934+
"cudaGraphExecUpdateResult"))),
19341935
matchesName("CUDNN_.*"), matchesName("CUSOLVER_.*")))))
19351936
.bind("EnumConstant"),
19361937
this);

0 commit comments

Comments
 (0)