summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-03-09 19:22:22 +0100
committerJim Meyering <meyering@redhat.com>2010-03-09 19:22:28 +0100
commit36d8e7d8d758e87b8889a1871a9d4a79b40fdd4a (patch)
treee0e90a65637ea184c202078ad6449b89f7fba9e2 /tests/esxutilstest.c
parentvirsh: use N_ rather than gettext_noop (diff)
downloadlibvirt-36d8e7d8d758e87b8889a1871a9d4a79b40fdd4a.tar.gz
libvirt-36d8e7d8d758e87b8889a1871a9d4a79b40fdd4a.tar.bz2
libvirt-36d8e7d8d758e87b8889a1871a9d4a79b40fdd4a.zip
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
Diffstat (limited to 'tests/esxutilstest.c')
-rw-r--r--tests/esxutilstest.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/esxutilstest.c b/tests/esxutilstest.c
index d8cfa2a8a..10f6a3c1d 100644
--- a/tests/esxutilstest.c
+++ b/tests/esxutilstest.c
@@ -2,15 +2,15 @@
#ifdef WITH_ESX
-#include <stdio.h>
-#include <string.h>
-#include <unistd.h>
+# include <stdio.h>
+# include <string.h>
+# include <unistd.h>
-#include "internal.h"
-#include "memory.h"
-#include "testutils.h"
-#include "util.h"
-#include "esx/esx_util.h"
+# include "internal.h"
+# include "memory.h"
+# include "testutils.h"
+# include "util.h"
+# include "esx/esx_util.h"
static char *progname;
@@ -183,7 +183,7 @@ mymain(int argc, char **argv)
virSetErrorFunc(NULL, testQuietError);
- #define DO_TEST(_name) \
+# define DO_TEST(_name) \
do { \
if (virtTestRun("VMware "#_name, 1, test##_name, \
NULL) < 0) { \