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 <mprivozn@redhat.com>
This commit is contained in:
Michal Privoznik 2016-08-16 09:04:47 +02:00
parent da5dfd0e06
commit 2140e3da9a

View 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)