That is a really good question, and to be honest, I don't know. The only thoughts that jump to mind are that it is missing something that is being added to iTickCount or it is some extremely odd way of writing +=.
I read these two lines of code as seperate peaces of code because they are on seperate lines, and because these two lines could fit on to one single line.
It's common practice to spread expressions over multiple lines if they are this long. Of course some people prefer to stuff everything into a single line, I personally think it's easier to read when you limit a line to about 80-100 characters.