mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 11:21:12 +00:00
07613d2020
by running this command: git ls-files -z | xargs -0 perl -pi -0777 -e 's/\n\n+$/\n/' This is in preparation for a more strict make syntax-check rule that will detect trailing blank lines.
5 lines
62 B
C
5 lines
62 B
C
|
|
#include "capabilities.h"
|
|
|
|
virCapsPtr testXenCapsInit(void);
|