libvirt/tests/testutilsxen.h
Martin Kletzander 14fc041f69 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>
2014-03-18 12:17:12 +01:00

4 lines
61 B
C

#include "capabilities.h"
virCapsPtr testXenCapsInit(void);