提交 16d77fc6 编写于 作者: J Ján Tomko

openvz: split single-line if

Put the 'continue' statement on a separate line.
上级 3bf9d35b
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册