libvirt/src/libxl
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
..
libxl_conf.c build: prohibit raw malloc and free 2012-02-03 10:41:45 -07:00
libxl_conf.h Add domainSave/Restore to libxl driver 2011-05-30 23:29:05 -06:00
libxl_driver.c Consistent style for usage of sizeof operator 2012-03-30 11:47:24 +01:00
libxl_driver.h List authors in copyright headers 2011-03-29 20:57:02 +08:00