]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove extra whitespace
authorSalvatore Orlando <salv.orlando@gmail.com>
Fri, 10 Jan 2014 13:09:18 +0000 (05:09 -0800)
committerSalvatore Orlando <salv.orlando@gmail.com>
Fri, 10 Jan 2014 13:10:20 +0000 (05:10 -0800)
Remove an extra whitespace in the __str__ routine for the
VifPort class

Change-Id: Ie4a7d011af1697d2e6f523dfe00244aaa42d5127

neutron/agent/linux/ovs_lib.py

index b6fcf9270142c3d272ca1e58ee6d8bb344ce0bd1..8dcccfe128f23ff7b7e0a2d1487a27cf84adec5f 100644 (file)
@@ -42,7 +42,7 @@ class VifPort:
     def __str__(self):
         return ("iface-id=" + self.vif_id + ", vif_mac=" +
                 self.vif_mac + ", port_name=" + self.port_name +
-                ", ofport=" + str(self.ofport) + ", bridge_name =" +
+                ", ofport=" + str(self.ofport) + ", bridge_name=" +
                 self.switch.br_name)