From: Gurucharan Shetty <gshetty@nicira.com>
Date: Thu, 17 Oct 2013 11:25:19 +0000 (-0700)
Subject: ofproto: Fix coding style.
X-Git-Tag: sliver-openvswitch-2.0.90-1~7^2~29
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=239ad7d18ffab19cbaab3bb4035c0e1bf570a065;p=sliver-openvswitch.git

ofproto: Fix coding style.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
---

diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c
index f67e1fb7e..6d625c2af 100644
--- a/ofproto/ofproto.c
+++ b/ofproto/ofproto.c
@@ -451,7 +451,7 @@ ofproto_enumerate_names(const char *type, struct sset *names)
 {
     const struct ofproto_class *class = ofproto_class_find__(type);
     return class ? class->enumerate_names(type, names) : EAFNOSUPPORT;
- }
+}
 
 int
 ofproto_create(const char *datapath_name, const char *datapath_type,