--- openflow-2010-09-13-7.h	2015-07-23 09:54:15.984479314 -0700
+++ openflow-2010-09-14.h	2015-07-23 09:54:15.988479315 -0700
@@ -464,7 +464,6 @@
     OFPFC_DELETE_STRICT    /* Strictly match wildcards and priority. */
 };
 
-
 /* Group commands */
 enum ofp_group_mod_command {
     OFPGC_ADD,              /* New group. */
@@ -472,7 +471,6 @@
     OFPGC_DELETE,           /* Delete all matching groups. */
 };
 
-
 /* Flow wildcards. */
 enum ofp_flow_wildcards {
     OFPFW_IN_PORT  = 1 << 0,  /* Switch input port. */
@@ -596,11 +594,9 @@
 
     struct ofp_header header;
     uint16_t command;             /* One of OFPGC_*. */
-
     uint8_t type;                 /* One of OFPGT_*. */
-    struct ofp_bucket buckets[0]; /* The bucket length is inferred
-                                            from the length field in the
-                                            header. */
+    struct ofp_bucket buckets[0]; /* The bucket length is inferred from the
+                                     length field in the header. */
 };
 OFP_ASSERT(sizeof(struct ofp_group_mod) == 72);
 
