]> xenbits.xensource.com Git - libvirt.git/commitdiff
libxl_driver: Indent LIBXL_VBD_SECTOR_SIZE macro correctly
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 16 Aug 2016 07:04:47 +0000 (09:04 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 16 Aug 2016 07:07:30 +0000 (09:07 +0200)
Because of change in caaa1bd357a99ad this macro is no under
#ifdef block. That means it needs to be re-intended correctly.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/libxl/libxl_driver.c

index 11700621dec9f707fc5d4d2f639b2a6d59cbd7fc..a573c8274ca1650e73f07932e66a77d05754cb57 100644 (file)
@@ -5307,7 +5307,7 @@ libxlDiskPathToID(const char *virtpath)
     return id;
 }
 
-#define LIBXL_VBD_SECTOR_SIZE 512
+# define LIBXL_VBD_SECTOR_SIZE 512
 
 static int
 libxlDiskSectorSize(int domid, int devno)