[PATCH] openvz: split single-line if

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Put the 'continue' statement on a separate line.
---
 src/openvz/openvz_conf.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Pushed as trivial.

diff --git a/src/openvz/openvz_conf.c b/src/openvz/openvz_conf.c
index ff5e5b8..aa04bc4 100644
--- a/src/openvz/openvz_conf.c
+++ b/src/openvz/openvz_conf.c
@@ -741,7 +741,8 @@ openvzReadConfigParam(const char *conf_file, const char *param, char **value)
             continue;
 
         sf = line + strlen(param);
-        if (*sf++ != '=') continue;
+        if (*sf++ != '=')
+            continue;
 
         saveptr = NULL;
         if ((token = strtok_r(sf, "\"\t\n", &saveptr)) != NULL) {
-- 
2.7.3

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



[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]