Unnecessary Separators

There should be no unnecessary separators.

Bad code

IF Customer.FINDFIRST THEN;;  

Good code

IF Customer.FINDFIRST THEN;