]> xenbits.xensource.com Git - libvirt.git/commitdiff
Properly indent function's opening bracket
authorMartin Kletzander <mkletzan@redhat.com>
Fri, 31 May 2013 12:26:16 +0000 (14:26 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Fri, 31 May 2013 12:45:24 +0000 (14:45 +0200)
src/storage/storage_backend_fs.c

index 1379f17f556670fbb4eb913926cc66414b542ba8..1a85afc3abc0faf85fa0acb333ca7d547b699f11 100644 (file)
@@ -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);