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: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
Martin Kletzander 2014-03-07 16:47:37 +01:00
parent 2bc468275d
commit 14fc041f69
58 changed files with 0 additions and 58 deletions

View File

@ -1,4 +1,3 @@
/*
* esx_device_monitor.c: device monitor functions for managing VMware ESX
* host devices

View File

@ -1,4 +1,3 @@
/*
* esx_device_monitor.h: device monitor methods for managing VMware ESX
* host devices

View File

@ -1,4 +1,3 @@
/*
* esx_driver.c: core driver functions for managing VMware ESX hosts
*

View File

@ -1,4 +1,3 @@
/*
* esx_driver.h: core driver functions for managing VMware ESX hosts
*

View File

@ -1,4 +1,3 @@
/*
* esx_interface_driver.c: interface driver functions for managing VMware ESX
* host interfaces

View File

@ -1,4 +1,3 @@
/*
* esx_interface_driver.h: interface driver functions for managing VMware ESX
* host interfaces

View File

@ -1,4 +1,3 @@
/*
* esx_network_driver.c: network driver functions for managing VMware ESX
* host networks

View File

@ -1,4 +1,3 @@
/*
* esx_network_driver.h: network driver functions for managing VMware ESX
* host networks

View File

@ -1,4 +1,3 @@
/*
* esx_nwfilter_driver.c: nwfilter driver functions for managing VMware ESX
* firewall rules

View File

@ -1,4 +1,3 @@
/*
* esx_nwfilter_driver.h: nwfilter driver functions for managing VMware ESX
* firewall rules

View File

@ -1,4 +1,3 @@
/*
* esx_private.h: private driver struct for the VMware ESX driver
*

View File

@ -1,4 +1,3 @@
/*
* esx_secret_driver.c: secret driver functions for VMware ESX secret manipulation
*

View File

@ -1,4 +1,3 @@
/*
* esx_secret_driver.h: secret driver functions for VMware ESX secret manipulation
*

View File

@ -1,4 +1,3 @@
/*
* esx_storage_backend_iscsi.c: ESX storage backend for iSCSI handling
*

View File

@ -1,4 +1,3 @@
/*
* esx_storage_backend_iscsi.h: ESX storage backend for iSCSI handling
*

View File

@ -1,4 +1,3 @@
/*
* esx_storage_backend_vmfs.c: ESX storage driver backend for
* managing VMFS datastores

View File

@ -1,4 +1,3 @@
/*
* esx_storage_backend_vmfs.h: ESX storage driver backend for
* managing VMFS datastores

View File

@ -1,4 +1,3 @@
/*
* esx_storage_driver.c: storage driver functions for managing VMware ESX
* host storage

View File

@ -1,4 +1,3 @@
/*
* esx_storage_driver.h: storage driver methods for managing VMware ESX
* host storage

View File

@ -1,4 +1,3 @@
/*
* esx_util.c: utility functions for the VMware ESX driver
*

View File

@ -1,4 +1,3 @@
/*
* esx_vi.c: client for the VMware VI API 2.5 to manage ESX hosts
*

View File

@ -1,4 +1,3 @@
/*
* esx_vi.h: client for the VMware VI API 2.5 to manage ESX hosts
*

View File

@ -1,4 +1,3 @@
/*
* esx_vi_methods.c: client for the VMware VI API 2.5 to manage ESX hosts
*

View File

@ -1,4 +1,3 @@
/*
* esx_vi_methods.h: client for the VMware VI API 2.5 to manage ESX hosts
*

View File

@ -1,4 +1,3 @@
/*
* esx_vi_types.c: client for the VMware VI API 2.5 to manage ESX hosts
*

View File

@ -1,4 +1,3 @@
/*
* esx_vi_types.h: client for the VMware VI API 2.5 to manage ESX hosts
*

View File

@ -1,4 +1,3 @@
/*
* hyperv_device_monitor.c: device monitor functions for managing
* Microsoft Hyper-V host devices

View File

@ -1,4 +1,3 @@
/*
* hyperv_device_monitor.h: device monitor functions for managing
* Microsoft Hyper-V host devices

View File

@ -1,4 +1,3 @@
/*
* hyperv_driver.c: core driver functions for managing Microsoft Hyper-V hosts
*

View File

@ -1,4 +1,3 @@
/*
* hyperv_driver.h: core driver functions for managing Microsoft Hyper-V hosts
*

View File

@ -1,4 +1,3 @@
/*
* hyperv_interface_driver.c: interface driver functions for managing
* Microsoft Hyper-V host interfaces

View File

@ -1,4 +1,3 @@
/*
* hyperv_interface_driver.h: interface driver functions for managing
* Microsoft Hyper-V host interfaces

View File

@ -1,4 +1,3 @@
/*
* hyperv_network_driver.c: network driver functions for managing
* Microsoft Hyper-V host networks

View File

@ -1,4 +1,3 @@
/*
* hyperv_network_driver.h: network driver functions for managing
* Microsoft Hyper-V host networks

View File

@ -1,4 +1,3 @@
/*
* hyperv_nwfilter_driver.c: nwfilter driver functions for managing
* Microsoft Hyper-V firewall rules

View File

@ -1,4 +1,3 @@
/*
* hyperv_nwfilter_driver.h: nwfilter driver functions for managing
* Microsoft Hyper-V firewall rules

View File

@ -1,4 +1,3 @@
/*
* hyperv_private.h: private driver struct for the Microsoft Hyper-V driver
*

View File

@ -1,4 +1,3 @@
/*
* hyperv_secret_driver.c: secret driver functions for Microsoft Hyper-V
* secret manipulation

View File

@ -1,4 +1,3 @@
/*
* hyperv_secret_driver.h: secret driver functions for Microsoft Hyper-V
* secret manipulation

View File

@ -1,4 +1,3 @@
/*
* hyperv_storage_driver.c: storage driver functions for managing
* Microsoft Hyper-V host storage

View File

@ -1,4 +1,3 @@
/*
* hyperv_storage_driver.h: storage driver methods for managing
* Microsoft Hyper-V host storage

View File

@ -1,4 +1,3 @@
/*
* hyperv_util.c: utility functions for the Microsoft Hyper-V driver
*

View File

@ -1,4 +1,3 @@
/*
* hyperv_util.h: utility functions for the Microsoft Hyper-V driver
*

View File

@ -1,4 +1,3 @@
/*
* hyperv_wmi.c: general WMI over WSMAN related functions and structures for
* managing Microsoft Hyper-V hosts

View File

@ -1,4 +1,3 @@
/*
* hyperv_wmi.h: general WMI over WSMAN related functions and structures for
* managing Microsoft Hyper-V hosts

View File

@ -1,4 +1,3 @@
/*
* hyperv_wmi_classes.c: WMI classes for managing Microsoft Hyper-V hosts
*

View File

@ -1,4 +1,3 @@
/*
* hyperv_wmi_classes.h: WMI classes for managing Microsoft Hyper-V hosts
*

View File

@ -1,4 +1,3 @@
/*
* openwsman.h: workarounds for bugs in openwsman
*

View File

@ -1,4 +1,3 @@
/*
* qemu_migration.c: QEMU migration handling
*

View File

@ -1,4 +1,3 @@
/*
* virt-aa-helper: wrapper program used by AppArmor security driver.
*

View File

@ -1,4 +1,3 @@
/*
* vbox_MSCOMGlue.c: glue to the MSCOM based VirtualBox API
*

View File

@ -1,4 +1,3 @@
/*
* vbox_MSCOMGlue.h: glue to the MSCOM based VirtualBox API
*

View File

@ -1,4 +1,3 @@
/*
* vbox_glue.c: glue to the VirtualBox API
*

View File

@ -1,4 +1,3 @@
/*
* vbox_glue.h: glue to the VirtualBox API
*

View File

@ -1,4 +1,3 @@
/*
* vmx.h: VMware VMX parsing/formatting functions
*

View File

@ -1,4 +1,3 @@
#include "capabilities.h"
#define FAKEDEVDIR0 "/fakedevdir0/bla/fasl"

View File

@ -1,4 +1,3 @@
#include "capabilities.h"
virCapsPtr testXenCapsInit(void);

View File

@ -1,4 +1,3 @@
#include <config.h>
#include <stdio.h>