Skip to content

Commit a9ecd42

Browse files
Apply suggestions from code review
Co-authored-by: Vassil Vassilev <[email protected]>
1 parent 6593448 commit a9ecd42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clingwrapper/src/clingwrapper.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1490,8 +1490,9 @@ Cppyy::TCppMethod_t Cppyy::GetMethodTemplate(
14901490
size_t start = name.find('<');
14911491
size_t end = name.rfind('>');
14921492
explicit_params = name.substr(start + 1, end - start - 1);
1493-
} else
1493+
} else {
14941494
pureName = name;
1495+
}
14951496

14961497
std::vector<Cppyy::TCppMethod_t> unresolved_candidate_methods;
14971498
Cpp::GetClassTemplatedMethods(pureName, scope,

0 commit comments

Comments
 (0)