[ovs-dev] [PATCH 3/5] ofproto-dpif-xlate: Fix a whitespace

YAMAMOTO Takashi yamamoto at valinux.co.jp
Wed Jan 15 03:41:22 UTC 2014


No functional changes.

Signed-off-by: YAMAMOTO Takashi <yamamoto at valinux.co.jp>
---
 ofproto/ofproto-dpif-xlate.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c
index e73b7eb..0eadf46 100644
--- a/ofproto/ofproto-dpif-xlate.c
+++ b/ofproto/ofproto-dpif-xlate.c
@@ -3270,9 +3270,9 @@ xlate_send_packet(const struct ofport_dpif *ofport, struct ofpbuf *packet)
     }
     output.port = xport->ofp_port;
     output.max_len = 0;
-    error =  ofproto_dpif_execute_actions(xport->xbridge->ofproto, &flow, NULL,
-                                          &output.ofpact, sizeof output,
-                                          packet);
+    error = ofproto_dpif_execute_actions(xport->xbridge->ofproto, &flow, NULL,
+                                         &output.ofpact, sizeof output,
+                                         packet);
     ovs_rwlock_unlock(&xlate_rwlock);
     return error;
 }
-- 
1.8.3.1




More information about the dev mailing list