提交 14fc041f 编写于 作者: M Martin Kletzander

Don't leave empty first line in C source files

If there should be some sort of separator it is better to use comment
with the filename, copyright, description, license information and
authors.

Found by:

git grep -nH '^$' | grep '\.[ch]:1:'
Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
上级 2bc46827
/*
* esx_device_monitor.c: device monitor functions for managing VMware ESX
* host devices
......
/*
* esx_device_monitor.h: device monitor methods for managing VMware ESX
* host devices
......
/*
* esx_driver.c: core driver functions for managing VMware ESX hosts
*
......
/*
* esx_driver.h: core driver functions for managing VMware ESX hosts
*
......
/*
* esx_interface_driver.c: interface driver functions for managing VMware ESX
* host interfaces
......
/*
* esx_interface_driver.h: interface driver functions for managing VMware ESX
* host interfaces
......
/*
* esx_network_driver.c: network driver functions for managing VMware ESX
* host networks
......
/*
* esx_network_driver.h: network driver functions for managing VMware ESX
* host networks
......
/*
* esx_nwfilter_driver.c: nwfilter driver functions for managing VMware ESX
* firewall rules
......
/*
* esx_nwfilter_driver.h: nwfilter driver functions for managing VMware ESX
* firewall rules
......
/*
* esx_private.h: private driver struct for the VMware ESX driver
*
......
/*
* esx_secret_driver.c: secret driver functions for VMware ESX secret manipulation
*
......
/*
* esx_secret_driver.h: secret driver functions for VMware ESX secret manipulation
*
......
/*
* esx_storage_backend_iscsi.c: ESX storage backend for iSCSI handling
*
......
/*
* esx_storage_backend_iscsi.h: ESX storage backend for iSCSI handling
*
......
/*
* esx_storage_backend_vmfs.c: ESX storage driver backend for
* managing VMFS datastores
......
/*
* esx_storage_backend_vmfs.h: ESX storage driver backend for
* managing VMFS datastores
......
/*
* esx_storage_driver.c: storage driver functions for managing VMware ESX
* host storage
......
/*
* esx_storage_driver.h: storage driver methods for managing VMware ESX
* host storage
......
/*
* esx_util.c: utility functions for the VMware ESX driver
*
......
/*
* esx_vi.c: client for the VMware VI API 2.5 to manage ESX hosts
*
......
/*
* esx_vi.h: client for the VMware VI API 2.5 to manage ESX hosts
*
......
/*
* esx_vi_methods.c: client for the VMware VI API 2.5 to manage ESX hosts
*
......
/*
* esx_vi_methods.h: client for the VMware VI API 2.5 to manage ESX hosts
*
......
/*
* esx_vi_types.c: client for the VMware VI API 2.5 to manage ESX hosts
*
......
/*
* esx_vi_types.h: client for the VMware VI API 2.5 to manage ESX hosts
*
......
/*
* hyperv_device_monitor.c: device monitor functions for managing
* Microsoft Hyper-V host devices
......
/*
* hyperv_device_monitor.h: device monitor functions for managing
* Microsoft Hyper-V host devices
......
/*
* hyperv_driver.c: core driver functions for managing Microsoft Hyper-V hosts
*
......
/*
* hyperv_driver.h: core driver functions for managing Microsoft Hyper-V hosts
*
......
/*
* hyperv_interface_driver.c: interface driver functions for managing
* Microsoft Hyper-V host interfaces
......
/*
* hyperv_interface_driver.h: interface driver functions for managing
* Microsoft Hyper-V host interfaces
......
/*
* hyperv_network_driver.c: network driver functions for managing
* Microsoft Hyper-V host networks
......
/*
* hyperv_network_driver.h: network driver functions for managing
* Microsoft Hyper-V host networks
......
/*
* hyperv_nwfilter_driver.c: nwfilter driver functions for managing
* Microsoft Hyper-V firewall rules
......
/*
* hyperv_nwfilter_driver.h: nwfilter driver functions for managing
* Microsoft Hyper-V firewall rules
......
/*
* hyperv_private.h: private driver struct for the Microsoft Hyper-V driver
*
......
/*
* hyperv_secret_driver.c: secret driver functions for Microsoft Hyper-V
* secret manipulation
......
/*
* hyperv_secret_driver.h: secret driver functions for Microsoft Hyper-V
* secret manipulation
......
/*
* hyperv_storage_driver.c: storage driver functions for managing
* Microsoft Hyper-V host storage
......
/*
* hyperv_storage_driver.h: storage driver methods for managing
* Microsoft Hyper-V host storage
......
/*
* hyperv_util.c: utility functions for the Microsoft Hyper-V driver
*
......
/*
* hyperv_util.h: utility functions for the Microsoft Hyper-V driver
*
......
/*
* hyperv_wmi.c: general WMI over WSMAN related functions and structures for
* managing Microsoft Hyper-V hosts
......
/*
* hyperv_wmi.h: general WMI over WSMAN related functions and structures for
* managing Microsoft Hyper-V hosts
......
/*
* hyperv_wmi_classes.c: WMI classes for managing Microsoft Hyper-V hosts
*
......
/*
* hyperv_wmi_classes.h: WMI classes for managing Microsoft Hyper-V hosts
*
......
/*
* openwsman.h: workarounds for bugs in openwsman
*
......
/*
* qemu_migration.c: QEMU migration handling
*
......
/*
* virt-aa-helper: wrapper program used by AppArmor security driver.
*
......
/*
* vbox_MSCOMGlue.c: glue to the MSCOM based VirtualBox API
*
......
/*
* vbox_MSCOMGlue.h: glue to the MSCOM based VirtualBox API
*
......
/*
* vbox_glue.c: glue to the VirtualBox API
*
......
/*
* vbox_glue.h: glue to the VirtualBox API
*
......
/*
* vmx.h: VMware VMX parsing/formatting functions
*
......
#include "capabilities.h"
#define FAKEDEVDIR0 "/fakedevdir0/bla/fasl"
......
#include "capabilities.h"
virCapsPtr testXenCapsInit(void);
#include <config.h>
#include <stdio.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册