Skip to content

Commit

Permalink
trivial: adjust comment indent
Browse files Browse the repository at this point in the history
  • Loading branch information
lsf37 committed Jan 5, 2023
1 parent 981e549 commit 85c8a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jflex/src/main/java/jflex/generator/Emitter.java
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ private void emitActions() {

println(" { " + action.content);
println(" }");
println(" // fall through");
println(" // fall through");
println(" case " + (i++) + ": break;");
}
}
Expand Down

0 comments on commit 85c8a6f

Please sign in to comment.