mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
libxl_driver: Indent LIBXL_VBD_SECTOR_SIZE macro correctly
Because of change in caaa1bd357
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:
parent
da5dfd0e06
commit
2140e3da9a
@ -5307,7 +5307,7 @@ libxlDiskPathToID(const char *virtpath)
|
|||||||
return id;
|
return id;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define LIBXL_VBD_SECTOR_SIZE 512
|
# define LIBXL_VBD_SECTOR_SIZE 512
|
||||||
|
|
||||||
static int
|
static int
|
||||||
libxlDiskSectorSize(int domid, int devno)
|
libxlDiskSectorSize(int domid, int devno)
|
||||||
|
Loading…
Reference in New Issue
Block a user