]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
build: fix recent 'make syntax-check' failure
authorEric Blake <eblake@redhat.com>
Wed, 14 Apr 2010 17:23:09 +0000 (11:23 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 14 Apr 2010 17:23:09 +0000 (11:23 -0600)
* src/esx/esx_vi_methods.h: Placate cppi.

src/esx/esx_vi_methods.h

index 7b6be4eaf078d3e704b502acb60be193dcf28ae3..c78c649c54d5cdd265f9d4b12a4a4b84a76b420f 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * esx_vi_methods.h: client for the VMware VI API 2.5 to manage ESX hosts
  *
- * Copyright (C) 2009 Matthias Bolte <matthias.bolte@googlemail.com>
+ * Copyright (C) 2009, 2010 Matthias Bolte <matthias.bolte@googlemail.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -45,6 +45,6 @@ int esxVI_ValidateMigration
        esxVI_ManagedObjectReference *host,                 /* optional */
        esxVI_Event **output);                              /* optional, list */
 
-#include "esx_vi_methods.generated.h"
+# include "esx_vi_methods.generated.h"
 
 #endif /* __ESX_VI_METHODS_H__ */