Skip to content

Commit a5a6aaf

Browse files
committed
fix typo in kotlin xref
1 parent 39143f0 commit a5a6aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/opensolaris/opengrok/analysis/kotlin/KotlinXref.lex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import org.opensolaris.opengrok.web.Util;
3838
%int
3939
%{
4040
/* Must match WhiteSpace regex */
41-
private final static String WHITE_SPACE = "[\ \n\t\f]+";
41+
private final static String WHITE_SPACE = "[ \n\t\f]+";
4242

4343
// TODO move this into an include file when bug #16053 is fixed
4444
@Override

0 commit comments

Comments
 (0)