netdev-vport: Fix indentation.
authorEthan Jackson <ethan@nicira.com>
Tue, 17 Sep 2013 00:19:56 +0000 (17:19 -0700)
committerEthan Jackson <ethan@nicira.com>
Tue, 17 Sep 2013 21:16:10 +0000 (14:16 -0700)
Signed-off-by: Ethan Jackson <ethan@nicira.com>
lib/netdev-vport.c

index af50597..0374ae3 100644 (file)
@@ -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);