* src/common/hbver.c
* src/compiler/hbpcode.c
* src/pp/hbpp.c
* src/pp/ppcore.c
* src/rdd/dbf1.c
* src/rdd/dbfcdx/dbfcdx1.c
* src/rdd/wafunc.c
* src/rtl/gttrm/gttrm.c
* src/rtl/mlcfunc.c
* src/vm/hvm.c
* src/vm/itemapi.c
* cleaned empty loops to be:
for( ... )
;
or
while( ... )
;
Please use this from now on. It's also what uncrsustify will
do and it's well greppable and readble.
(I didn't change yet where ';' is in the same line as while()
and for(), and will let uncrustify do this in a future pass)
* contrib/hbmisc/spd.c
* minor