mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-16 13:35:22 +02:00
Cosmetics.
This commit is contained in:
parent
2af7d6d592
commit
aea96f8c1b
1 changed files with 2 additions and 1 deletions
|
@ -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++) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue