X-Git-Url: http://git.tdb.fi/?p=r2c2.git;a=blobdiff_plain;f=source%2Flibr2c2%2Farducontrol.cpp;h=0edb3ddaf0c1a44e17164d23f8efcabd6ebb82f7;hp=8446294f8562619b416ecd439bcc2cd5d8acfbd3;hb=3dfcd6a470a96dc7b6f2f100e604c7f0db6da00c;hpb=68877070660f2806cc2a7f0ccb69153059ef6ce7 diff --git a/source/libr2c2/arducontrol.cpp b/source/libr2c2/arducontrol.cpp index 8446294..0edb3dd 100644 --- a/source/libr2c2/arducontrol.cpp +++ b/source/libr2c2/arducontrol.cpp @@ -853,7 +853,7 @@ void ArduControl::RefreshTask::advance() ++next; if(next==cycle.end()) { - next= cycle.begin(); + next = cycle.begin(); ++round; } }