1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 10:16:03 +02:00

Cosmetics

Change-Id: Iafd277ea476c66fd0639364e4040a3b91cda7a2a
This commit is contained in:
Sergey Prigogin 2016-11-28 21:17:53 -08:00
parent 64cf0c8c51
commit 83cac8d70e

View file

@ -165,7 +165,7 @@ public class MethodContext {
if (node instanceof ICPPASTCompositeTypeSpecifier) { if (node instanceof ICPPASTCompositeTypeSpecifier) {
ICPPASTCompositeTypeSpecifier type = (ICPPASTCompositeTypeSpecifier) node; ICPPASTCompositeTypeSpecifier type = (ICPPASTCompositeTypeSpecifier) node;
IASTName classname = type.getName(); IASTName classname = type.getName();
return (ICPPInternalBinding)classname.resolveBinding(); return (ICPPInternalBinding) classname.resolveBinding();
} }
node = node.getParent(); node = node.getParent();
} }