]> xenbits.xensource.com Git - libvirt.git/commitdiff
util: add missing newline
authorLaine Stump <laine@laine.org>
Fri, 8 Jan 2016 19:09:31 +0000 (14:09 -0500)
committerLaine Stump <laine@laine.org>
Fri, 8 Jan 2016 19:09:31 +0000 (14:09 -0500)
Somehow I managed to backspace over the newline between the closing
brace and goto cleanup; in commit 36e244f3.

src/util/virnetdevvportprofile.c

index 61676b4cc6a62c26a65f01394e6014e82c31ecf5..4140cdccea3bd7389a078c3d04a9ff5181f43994 100644 (file)
@@ -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",