ofproto: Fix coding style.
authorGurucharan Shetty <gshetty@nicira.com>
Thu, 17 Oct 2013 11:25:19 +0000 (04:25 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Tue, 22 Oct 2013 15:20:42 +0000 (08:20 -0700)
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto.c

index f67e1fb..6d625c2 100644 (file)
@@ -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,