[libvirt] [PATCH] util: add missing newline

Laine Stump laine at laine.org
Fri Jan 8 19:20:31 UTC 2016


Somehow I managed to backspace over the newline between the closing
brace and goto cleanup; in commit 36e244f3.
---
Pushed under trivial rule.

 src/util/virnetdevvportprofile.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/util/virnetdevvportprofile.c b/src/util/virnetdevvportprofile.c
index 61676b4..4140cdc 100644
--- a/src/util/virnetdevvportprofile.c
+++ b/src/util/virnetdevvportprofile.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2014 Red Hat, Inc.
+ * Copyright (C) 2009-2016 Red Hat, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -592,7 +592,8 @@ virNetDevVPortProfileGetStatus(struct nlattr **tb, int32_t vf,
                              tb_port[IFLA_PORT_VF] ?
                              *(uint32_t *)RTA_DATA(tb_port[IFLA_PORT_VF]) : -1,
                              uuidstr);
-                }                goto cleanup;
+                }
+                goto cleanup;
             }
         } else {
             virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
-- 
2.5.0




More information about the libvir-list mailing list