[ovs-dev] [PATCH 01/10] ofproto: Remove trailing whitespace.

Ethan Jackson ethan at nicira.com
Thu Dec 20 03:11:38 UTC 2012


Signed-off-by: Ethan Jackson <ethan at nicira.com>
---
 ofproto/ofproto.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c
index a85a681..42a5baf 100644
--- a/ofproto/ofproto.c
+++ b/ofproto/ofproto.c
@@ -3547,7 +3547,7 @@ handle_flow_mod(struct ofconn *ofconn, const struct ofp_header *oh)
     if (error) {
         goto exit_free_ofpacts;
     }
-    
+
     /* Record the operation for logging a summary report. */
     switch (fm.command) {
     case OFPFC_ADD:
-- 
1.7.9.5




More information about the dev mailing list