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 39143f0 commit a5a6aafCopy full SHA for a5a6aaf
src/org/opensolaris/opengrok/analysis/kotlin/KotlinXref.lex
@@ -38,7 +38,7 @@ import org.opensolaris.opengrok.web.Util;
38
%int
39
%{
40
/* Must match WhiteSpace regex */
41
- private final static String WHITE_SPACE = "[\ \n\t\f]+";
+ private final static String WHITE_SPACE = "[ \n\t\f]+";
42
43
// TODO move this into an include file when bug #16053 is fixed
44
@Override
0 commit comments