From 202a4b176e939574b643651dceef22097ce23780 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 9 Dec 2013 15:39:07 -0800 Subject: [PATCH] ofproto: Fix alphabetical order in list of structs. Signed-off-by: Ben Pfaff Acked-by: Jarno Rajahalme --- ofproto/ofproto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h index 335e69c23..94c2ab17d 100644 --- a/ofproto/ofproto.h +++ b/ofproto/ofproto.h @@ -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; -- 2.47.0