ofproto-dpif: Minor style fix.
authorBen Pfaff <blp@nicira.com>
Thu, 3 May 2012 22:32:52 +0000 (15:32 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 9 May 2012 19:58:53 +0000 (12:58 -0700)
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c

index 11bde38fd05bb4eb9ac3b47726eadc7f53c3db2f..e4bb4764a7cd37cb3b3ff2a20d2f4d8a4db76a67 100644 (file)
@@ -615,9 +615,9 @@ static void send_netflow_active_timeouts(struct ofproto_dpif *);
 
 /* Utilities. */
 static int send_packet(const struct ofport_dpif *, struct ofpbuf *packet);
-static size_t
-compose_sflow_action(const struct ofproto_dpif *, struct ofpbuf *odp_actions,
-                     const struct flow *, uint32_t odp_port);
+static size_t compose_sflow_action(const struct ofproto_dpif *,
+                                   struct ofpbuf *odp_actions,
+                                   const struct flow *, uint32_t odp_port);
 static void add_mirror_actions(struct action_xlate_ctx *ctx,
                                const struct flow *flow);
 /* Global variables. */