mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
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 *
|
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)
|
|||||||
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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user