datapath: Remove unneeded { } around single statement.
authorBen Pfaff <blp@nicira.com>
Fri, 19 Aug 2011 22:43:06 +0000 (15:43 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 22 Aug 2011 16:55:49 +0000 (09:55 -0700)
commitb867ca7598a796069928aa9d78b9bff06d71ac9e
treeeaeb3b12a6349bb62c937cc81383e92a3b58f372
parentdf2c07f4338faac04f4969f243fe4e8083b309ac
datapath: Remove unneeded { } around single statement.

I noticed this looking around at other code.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/datapath.c