[libvirt] [PATCH] maint: fix cpp indentation syntax-check failure

Jim Meyering jim at meyering.net
Wed Mar 31 14:33:11 UTC 2010


FYI,

>From 3cda0eb487d9cafa89cd7595ed0d43ee2a93b8fc Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering at redhat.com>
Date: Wed, 31 Mar 2010 16:32:38 +0200
Subject: [PATCH] maint: fix cpp indentation syntax-check failure

* src/esx/esx_vi_types.h: Filter through cppi.
---
 src/esx/esx_vi_types.h |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/esx/esx_vi_types.h b/src/esx/esx_vi_types.h
index a61cdc1..d3c7115 100644
--- a/src/esx/esx_vi_types.h
+++ b/src/esx/esx_vi_types.h
@@ -1,4 +1,3 @@
-
 /*
  * esx_vi_types.h: client for the VMware VI API 2.5 to manage ESX hosts
  *
@@ -50,7 +49,7 @@ typedef struct _esxVI_DateTime esxVI_DateTime;
 typedef struct _esxVI_Fault esxVI_Fault;
 typedef struct _esxVI_ManagedObjectReference esxVI_ManagedObjectReference;

-#include "esx_vi_types.generated.typedef"
+# include "esx_vi_types.generated.typedef"



@@ -70,7 +69,7 @@ enum _esxVI_Type {
     esxVI_Type_Fault,
     esxVI_Type_ManagedObjectReference,

-#include "esx_vi_types.generated.typeenum"
+# include "esx_vi_types.generated.typeenum"

     esxVI_Type_Other,
 };
@@ -294,6 +293,6 @@ int esxVI_ManagedObjectReference_Deserialize



-#include "esx_vi_types.generated.h"
+# include "esx_vi_types.generated.h"

 #endif /* __ESX_VI_TYPES_H__ */
--
1.7.0.3.513.gc8ed0




More information about the libvir-list mailing list