aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurucharan Shetty <gshetty@nicira.com>2013-10-17 04:25:19 -0700
committerGurucharan Shetty <gshetty@nicira.com>2013-10-22 08:20:42 -0700
commit239ad7d18ffab19cbaab3bb4035c0e1bf570a065 (patch)
tree5fd6b284dfe3fc3d5db74af291bc368fe976e80b
parentc51876c3af8fb5ceb750cdde2b836083166e35e7 (diff)
ofproto: Fix coding style.
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
-rw-r--r--ofproto/ofproto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c
index f67e1fb7..6d625c2a 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,