[ovs-dev] [PATCH] ofproto: Fix coding style.

Gurucharan Shetty shettyg at nicira.com
Fri Oct 18 08:32:46 UTC 2013


Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>
---
 ofproto/ofproto.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c
index f44a7c4..e5b8237 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,
-- 
1.7.9.5




More information about the dev mailing list