ofproto: Fix alphabetical order in list of structs.
authorBen Pfaff <blp@nicira.com>
Mon, 9 Dec 2013 23:39:07 +0000 (15:39 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 11 Dec 2013 19:08:32 +0000 (11:08 -0800)
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
ofproto/ofproto.h

index 335e69c..94c2ab1 100644 (file)
@@ -38,12 +38,12 @@ struct bfd_cfg;
 struct cfm_settings;
 struct cls_rule;
 struct netdev;
-struct ofproto;
+struct netdev_stats;
 struct ofport;
+struct ofproto;
 struct shash;
 struct simap;
 struct smap;
-struct netdev_stats;
 
 struct ofproto_controller_info {
     bool is_connected;