Skip to content

Commit

Permalink
dpif-linux: Minor style fixes.
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Pfaff <[email protected]>
Acked-by: Pritesh Kothari <[email protected]>
  • Loading branch information
blp committed Jun 25, 2014
1 parent 72d9667 commit 5dbebe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/dpif-linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -1362,9 +1362,9 @@ dpif_linux_execute(struct dpif *dpif_, struct dpif_execute *execute)
#define MAX_OPS 50

static void
dpif_linux_operate__(struct dpif_linux *dpif, struct dpif_op **ops, size_t n_ops)
dpif_linux_operate__(struct dpif_linux *dpif,
struct dpif_op **ops, size_t n_ops)
{

struct op_auxdata {
struct nl_transaction txn;

Expand Down

0 comments on commit 5dbebe6

Please sign in to comment.