mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-21 13:57:43 +03:00
Properly indent function's opening bracket
This commit is contained in:
parent
db23257523
commit
eb5fe55634
@ -1089,7 +1089,8 @@ static int
|
||||
virStorageBackendFileSystemVolBuild(virConnectPtr conn,
|
||||
virStoragePoolObjPtr pool,
|
||||
virStorageVolDefPtr vol,
|
||||
unsigned int flags) {
|
||||
unsigned int flags)
|
||||
{
|
||||
virCheckFlags(VIR_STORAGE_VOL_CREATE_PREALLOC_METADATA, -1);
|
||||
|
||||
return _virStorageBackendFileSystemVolBuild(conn, pool, vol, NULL, flags);
|
||||
|
Loading…
x
Reference in New Issue
Block a user