tools: remove blank first line in function body

Signed-off-by: Shi Lei <shi_lei@massclouds.com>
This commit is contained in:
Shi Lei 2018-09-13 16:55:24 +08:00 committed by Michal Privoznik
parent 311a8097f9
commit eaa765ef6b
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -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;