libvirt/src/phyp
Daniel P. Berrange c27e3651e6 Convert 'int i' to 'size_t i' in src/phyp/ 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:55:15 +01:00
..
phyp_driver.c Convert 'int i' to 'size_t i' in src/phyp/ files 2013-07-10 17:55:15 +01:00
phyp_driver.h maint: don't use config.h in .h files 2013-06-05 05:53:25 -06:00