We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b53e45 commit ed29517Copy full SHA for ed29517
cxx-squid/src/main/java/org/sonar/cxx/lexer/CxxLexer.java
@@ -55,7 +55,7 @@ public final class CxxLexer {
55
private static final String HEXDIGIT_SEQUENCE = "[0-9a-fA-F]([']?+[0-9a-fA-F]++)*+";
56
private static final String BINDIGIT_SEQUENCE = "[01]([']?+[01]++)*+";
57
private static final String POINT = "\\.";
58
-
+
59
private CxxLexer() {
60
}
61
0 commit comments