]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: backend: fs: Touch up coding style
authorPeter Krempa <pkrempa@redhat.com>
Mon, 14 Jul 2014 13:28:01 +0000 (15:28 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 16 Jul 2014 09:42:51 +0000 (11:42 +0200)
commit9f20d6a56d8d3385bb6e491a8c6012cb6c3a9c69
tree13254b400d7253e0a09197a959e8f2de10de541b
parent15213d1e5d138420a4b6a6accd82291c83175421
storage: backend: fs: Touch up coding style

virStorageBackendFileSystemRefresh() used "cleanup" label just for error
exits and didn't meet libvirt's standard for braces in one case.
src/storage/storage_backend_fs.c