[libvirt] [PATCH] storage: Fix incorrect parenthesis placement

Pavel Hrdina posted 1 patch 6 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/000e95045595ab5fd974e08dcc71b70a491965ed.1507136053.git.phrdina@redhat.com
src/storage/storage_util.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt] [PATCH] storage: Fix incorrect parenthesis placement
Posted by Pavel Hrdina 6 years, 6 months ago
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1498528

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
---

Pushed under trivial rule.

 src/storage/storage_util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/storage/storage_util.c b/src/storage/storage_util.c
index b94b3f397c..b23b6dd1d1 100644
--- a/src/storage/storage_util.c
+++ b/src/storage/storage_util.c
@@ -1843,7 +1843,7 @@ virStorageBackendUpdateVolInfo(virStorageVolDefPtr vol,
                                                  withBlockVolFormat,
                                                  VIR_STORAGE_VOL_OPEN_DEFAULT |
                                                  VIR_STORAGE_VOL_OPEN_NOERROR,
-                                                 readflags) < 0))
+                                                 readflags)) < 0)
         return ret;
 
     return 0;
-- 
2.13.6

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list