1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Cosmetics

Change-Id: I9dbbaa0a6bf634d3c1dd931369bc23d0aa683158
This commit is contained in:
Sergey Prigogin 2016-10-10 12:53:19 -07:00
parent 59f5c157aa
commit 2c5fdf503d

View file

@ -102,7 +102,7 @@ public class TestBase extends IndexBindingResolutionTestBase {
private IValue getValue() throws Exception {
ICPPASTInitializerClause point = getLastDeclarationInitializer();
ICPPEvaluation evaluation = ((ICPPEvaluationOwner)point).getEvaluation();
ICPPEvaluation evaluation = ((ICPPEvaluationOwner) point).getEvaluation();
return evaluation.getValue(point);
}