libvirt/src/xenapi
Daniel P. Berrange ec8cae93db Consistent style for usage of sizeof operator
The code is splattered with a mix of

  sizeof foo
  sizeof (foo)
  sizeof(foo)

Standardize on sizeof(foo) and add a syntax check rule to
enforce it

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2012-03-30 11:47:24 +01:00
..
xenapi_driver_private.h Prefer C style comments over C++ ones 2011-01-29 00:59:45 +01:00
xenapi_driver.c Cleanup for a return statement in source files 2012-03-26 14:45:22 -06:00
xenapi_driver.h xenapi: Initial commit of the new driver 2010-03-14 19:30:00 +01:00
xenapi_utils.c Consistent style for usage of sizeof operator 2012-03-30 11:47:24 +01:00
xenapi_utils.h Fixed URI parsing 2012-02-24 16:49:21 -07:00