db-ctl-base: group static functions together
authorAndy Zhou <azhou@nicira.com>
Thu, 9 Jul 2015 20:06:57 +0000 (13:06 -0700)
committerAndy Zhou <azhou@nicira.com>
Mon, 13 Jul 2015 07:40:59 +0000 (00:40 -0700)
commitbe697302348182a71411ec398beb51d29f925c10
tree0de34738339d7acb4b003d90210056b219304159
parent802cb46ebc18fa33b33581e1e2b2ca8c6a53d0df
db-ctl-base: group static functions together

This file follows a convention that all static functions are grouped
towards the beginning, ahead of public functions. Re-arrange the code
to confirm to this convention.  No functional changes.

Signed-off-by: Andy Zhou <azhou@nicira.com>
Acked-by: Alex Wang <alexw@nicira.com>
lib/db-ctl-base.c