libvirt/src/test
Daniel P. Berrange 71c7fcdb35 Convert 'int i' to 'size_t i' in src/test/ files
Convert the type of loop iterators named 'i', 'j', k',
'ii', 'jj', 'kk', to be 'size_t' instead of 'int' or
'unsigned int', also santizing 'ii', 'jj', 'kk' to use
the normal 'i', 'j', 'k' naming

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2013-07-10 17:40:13 +01:00
..
test_driver.c Convert 'int i' to 'size_t i' in src/test/ files 2013-07-10 17:40:13 +01:00
test_driver.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00