Browse Source

jfinal 4.9

James 5 years ago
parent
commit
777ecc6e09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/jfinal/template/stat/Compressor.java

+ 1 - 1
src/main/java/com/jfinal/template/stat/Compressor.java

@@ -98,7 +98,7 @@ public class Compressor {
 		// "id=#(123)\nand"    "id=#(123)   \nand"
 		// "id=#(123)\nand"    "id=#(123)   \nand"
 		if (lineType == 1) {
 		if (lineType == 1) {
 			boolean isBlank = true;
 			boolean isBlank = true;
-			for (int i=start; i<=end; i++) {
+			for (int i = start; i <= end; i++) {
 				if (content.charAt(i) > ' ') {
 				if (content.charAt(i) > ' ') {
 					isBlank = false;
 					isBlank = false;
 					break ;
 					break ;