1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-16 13:35:22 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2015-07-09 12:05:33 -07:00
parent 2af7d6d592
commit aea96f8c1b

View file

@ -130,7 +130,8 @@ public class CPPASTLiteralExpression extends ASTNode implements ICPPASTLiteralEx
if (udOffset > 0) { if (udOffset > 0) {
/* /*
* 2.14.8.1 * 2.14.8.1
* "If a token matches both user-defined-literal and another literal kind, it is treated as the latter" * "If a token matches both user-defined-literal and another literal kind, it is
* treated as the latter"
*/ */
setSuffix(CharArrayUtils.subarray(fValue, udOffset, -1)); setSuffix(CharArrayUtils.subarray(fValue, udOffset, -1));
for (int i = 0; i < fSuffix.length; i++) { for (int i = 0; i < fSuffix.length; i++) {