mirror of https://github.com/xqemu/xqemu.git
block/sheepdog: code beautification
No functional changes, just whitespace manipulation. Signed-off-by: Jeff Cody <jcody@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Darren Kenny <darren.kenny@oracle.com> Signed-off-by: Jeff Cody <jcody@redhat.com>
This commit is contained in:
parent
ac90dad94b
commit
d507c5f682
|
@ -400,7 +400,7 @@ typedef struct BDRVSheepdogReopenState {
|
||||||
int cache_flags;
|
int cache_flags;
|
||||||
} BDRVSheepdogReopenState;
|
} BDRVSheepdogReopenState;
|
||||||
|
|
||||||
static const char * sd_strerror(int err)
|
static const char *sd_strerror(int err)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue