提交 eaa765ef 编写于 作者: S Shi Lei 提交者: Michal Privoznik

tools: remove blank first line in function body

Signed-off-by: NShi Lei <shi_lei@massclouds.com>
上级 311a8097
...@@ -520,7 +520,6 @@ cmdVolCreateFrom(vshControl *ctl, const vshCmd *cmd) ...@@ -520,7 +520,6 @@ cmdVolCreateFrom(vshControl *ctl, const vshCmd *cmd)
static xmlChar * static xmlChar *
virshMakeCloneXML(const char *origxml, const char *newname) virshMakeCloneXML(const char *origxml, const char *newname)
{ {
xmlDocPtr doc = NULL; xmlDocPtr doc = NULL;
xmlXPathContextPtr ctxt = NULL; xmlXPathContextPtr ctxt = NULL;
xmlXPathObjectPtr obj = NULL; xmlXPathObjectPtr obj = NULL;
......
...@@ -82,7 +82,6 @@ vshAdmClientTransportToString(int transport) ...@@ -82,7 +82,6 @@ vshAdmClientTransportToString(int transport)
static int static int
vshAdmGetTimeStr(vshControl *ctl, time_t then, char **result) vshAdmGetTimeStr(vshControl *ctl, time_t then, char **result)
{ {
char *tmp = NULL; char *tmp = NULL;
struct tm timeinfo; struct tm timeinfo;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册