提交 8859eb54 authored 作者: Thomas Mueller Graf's avatar Thomas Mueller Graf

Fix build for Windows

上级 bacab9bc
...@@ -190,7 +190,7 @@ public class CheckTextFiles { ...@@ -190,7 +190,7 @@ public class CheckTextFiles {
line++; line++;
int lineLength = i - startLinePos; int lineLength = i - startLinePos;
if (file.getName().endsWith(".java")) { if (file.getName().endsWith(".java")) {
if (useCRLF) { if (i > 0 && data[i - 1] == '\r') {
lineLength--; lineLength--;
} }
if (lineLength > MAX_SOURCE_LINE_SIZE) { if (lineLength > MAX_SOURCE_LINE_SIZE) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论