Cosmetics.
authorSergey Prigogin <eclipse.sprigogin@gmail.com>
Thu, 9 Jul 2015 19:05:33 +0000 (12:05 -0700)
committerSergey Prigogin <eclipse.sprigogin@gmail.com>
Thu, 9 Jul 2015 19:05:33 +0000 (12:05 -0700)
core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/parser/cpp/CPPASTLiteralExpression.java

index 7240bfc..eee47dc 100644 (file)
@@ -130,7 +130,8 @@ public class CPPASTLiteralExpression extends ASTNode implements ICPPASTLiteralEx
                                if (udOffset > 0) {
                                        /*
                                         * 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));
                                        for (int i = 0; i < fSuffix.length; i++) {