From: Michal Privoznik Date: Tue, 16 Aug 2016 07:04:47 +0000 (+0200) Subject: libxl_driver: Indent LIBXL_VBD_SECTOR_SIZE macro correctly X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2140e3da9aee49e26b8f15c16a80244204f684d8;p=libvirt.git libxl_driver: Indent LIBXL_VBD_SECTOR_SIZE macro correctly 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 --- diff --git a/src/libxl/libxl_driver.c b/src/libxl/libxl_driver.c index 11700621de..a573c8274c 100644 --- a/src/libxl/libxl_driver.c +++ b/src/libxl/libxl_driver.c @@ -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)