mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-10-14 15:33:50 +03:00
build: consistently indent preprocessor directives
* global: patch created by running: for f in $(git ls-files '*.[ch]') ; do cppi $f > $f.t && mv $f.t $f done
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#include <config.h>
|
||||
#ifdef WITH_QEMU
|
||||
#include <sys/utsname.h>
|
||||
#include <stdlib.h>
|
||||
# include <sys/utsname.h>
|
||||
# include <stdlib.h>
|
||||
|
||||
#include "testutilsqemu.h"
|
||||
#include "testutils.h"
|
||||
#include "memory.h"
|
||||
# include "testutilsqemu.h"
|
||||
# include "testutils.h"
|
||||
# include "memory.h"
|
||||
|
||||
static virCapsGuestMachinePtr *testQemuAllocMachines(int *nmachines)
|
||||
{
|
||||
|
Reference in New Issue
Block a user