]> xenbits.xensource.com Git - libvirt.git/commitdiff
bhyve: fix preprocessor indentation
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Sat, 6 Feb 2016 02:26:51 +0000 (05:26 +0300)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Sat, 6 Feb 2016 02:26:51 +0000 (05:26 +0300)
Syntax-check fails with:

cppi: src/bhyve/bhyve_driver.h: line 26: not properly indented
cppi: src/bhyve/bhyve_driver.h: line 27: not properly indented
maint.mk: incorrect preprocessor indentation

Fix by properly indenting '#include's.

Pushed as trivial.

src/bhyve/bhyve_driver.h

index a290c4a6c81df426f1ce4f25605eba0f5e70e920..fb57d287e1838715442f6d93b44ad0fc2f0038fb 100644 (file)
@@ -23,8 +23,8 @@
 #ifndef __BHYVE_DRIVER_H__
 # define __BHYVE_DRIVER_H__
 
-#include "capabilities.h"
-#include "bhyve_utils.h"
+# include "capabilities.h"
+# include "bhyve_utils.h"
 
 int bhyveRegister(void);