mirror of https://gitee.com/openkylin/libvirt.git
tools: remove blank first line in function body
Signed-off-by: Shi Lei <shi_lei@massclouds.com>
This commit is contained in:
parent
311a8097f9
commit
eaa765ef6b
|
@ -520,7 +520,6 @@ cmdVolCreateFrom(vshControl *ctl, const vshCmd *cmd)
|
|||
static xmlChar *
|
||||
virshMakeCloneXML(const char *origxml, const char *newname)
|
||||
{
|
||||
|
||||
xmlDocPtr doc = NULL;
|
||||
xmlXPathContextPtr ctxt = NULL;
|
||||
xmlXPathObjectPtr obj = NULL;
|
||||
|
|
|
@ -82,7 +82,6 @@ vshAdmClientTransportToString(int transport)
|
|||
static int
|
||||
vshAdmGetTimeStr(vshControl *ctl, time_t then, char **result)
|
||||
{
|
||||
|
||||
char *tmp = NULL;
|
||||
struct tm timeinfo;
|
||||
|
||||
|
|
Loading…
Reference in New Issue