From 239ad7d18ffab19cbaab3bb4035c0e1bf570a065 Mon Sep 17 00:00:00 2001 From: Gurucharan Shetty Date: Thu, 17 Oct 2013 04:25:19 -0700 Subject: [PATCH] ofproto: Fix coding style. Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff --- ofproto/ofproto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.43.0