mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
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:
parent
da5dfd0e06
commit
2140e3da9a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user