Skip to content

Commit

Permalink
Fixed long lines in std/regex/internal/thompson.d
Browse files Browse the repository at this point in the history
  • Loading branch information
JackStouffer committed May 11, 2016
1 parent 0019d42 commit c1600e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions std/regex/internal/thompson.d
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,9 @@ template ThompsonOps(E, S, bool withInput:true)
}
else
{
debug(std_regex_matcher) writefln("A thread(pc=%s) got merged there : %s ; GenCounter=%s mergetab=%s",
t.pc, index, genCounter, merge[re.ir[t.pc + 1].raw+t.counter] );
debug(std_regex_matcher)
writefln("A thread(pc=%s) got merged there : %s ; GenCounter=%s mergetab=%s",
t.pc, index, genCounter, merge[re.ir[t.pc + 1].raw+t.counter] );
return popState(e);
}
uint max = re.ir[t.pc+4].raw;
Expand Down

0 comments on commit c1600e7

Please sign in to comment.