ofproto: Remove trailing whitespace.
authorEthan Jackson <ethan@nicira.com>
Mon, 17 Dec 2012 22:53:42 +0000 (14:53 -0800)
committerEthan Jackson <ethan@nicira.com>
Fri, 21 Dec 2012 23:24:21 +0000 (15:24 -0800)
Signed-off-by: Ethan Jackson <ethan@nicira.com>
ofproto/ofproto.c

index a85a681..42a5baf 100644 (file)
@@ -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: