libvirt/src/vmware
Daniel P. Berrangé 4cfd709021 Fix many mistakes & inconsistencies in header file layout
This introduces a syntax-check script that validates header files use a
common layout:

  /*
   ...copyright header...
   */
  <one blank line>
  #ifndef SYMBOL
  # define SYMBOL
  ....content....
  #endif /* SYMBOL */

For any file ending priv.h, before the #ifndef, we will require a
guard to prevent bogus imports:

  #ifndef SYMBOL_ALLOW
  # error ....
  #endif /* SYMBOL_ALLOW */
  <one blank line>

The many mistakes this script identifies are then fixed.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2018-12-14 10:46:53 +00:00
..
Makefile.inc.am
vmware_conf.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
vmware_conf.h Fix many mistakes & inconsistencies in header file layout 2018-12-14 10:46:53 +00:00
vmware_driver.c conf: Clean up object referencing for Add and Remove 2018-05-03 19:09:03 -04:00
vmware_driver.h Fix many mistakes & inconsistencies in header file layout 2018-12-14 10:46:53 +00:00