Code reformat

This commit is contained in:
serso
2016-03-04 22:33:10 +01:00
parent 99633e0cae
commit 8d4a16efe6
2 changed files with 23 additions and 24 deletions

View File

@@ -107,7 +107,7 @@ public class ToJsclTextProcessor implements TextProcessor<PreparedExpression, St
final StringBuilder result = new StringBuilder();
for (int i = 0; i < s.length(); i++) {
startsWithFinder.setI(i);
startsWithFinder.setOffset(i);
int offset = 0;
String functionName = Iterables.find(MathType.function.getTokens(engine), startsWithFinder, null);