From: Ethan Jackson Date: Tue, 17 Sep 2013 00:19:56 +0000 (-0700) Subject: netdev-vport: Fix indentation. X-Git-Tag: sliver-openvswitch-2.0.90-1~13^2~29 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=9e04d6f6768c324b16bd2d6e9d8221f571aa2c06;p=sliver-openvswitch.git netdev-vport: Fix indentation. Signed-off-by: Ethan Jackson --- diff --git a/lib/netdev-vport.c b/lib/netdev-vport.c index af5059739..0374ae3ef 100644 --- a/lib/netdev-vport.c +++ b/lib/netdev-vport.c @@ -603,7 +603,7 @@ netdev_vport_patch_peer(const struct netdev *netdev_) void netdev_vport_inc_rx(const struct netdev *netdev, - const struct dpif_flow_stats *stats) + const struct dpif_flow_stats *stats) { if (is_vport_class(netdev_get_class(netdev))) { struct netdev_vport *dev = netdev_vport_cast(netdev);