Skip to content

Commit 1dbbef8

Browse files
committed
Fix formatting.
1 parent 4958645 commit 1dbbef8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sources/libClangSharp/ClangSharp.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3070,8 +3070,9 @@ int clangsharp_Cursor_getNumArguments(CXCursor C) {
30703070

30713071
if (const ObjCCategoryDecl* OCCD = dyn_cast<ObjCCategoryDecl>(D)) {
30723072
ObjCTypeParamList* typeParamList = OCCD->getTypeParamList();
3073-
if (typeParamList)
3073+
if (typeParamList) {
30743074
return typeParamList->size();
3075+
}
30753076
return 0;
30763077
}
30773078
}

0 commit comments

Comments
 (0)