Skip to content

Commit

Permalink
connmgr: Modernize coding style.
Browse files Browse the repository at this point in the history
This moves declarations closer to first use and merges them with
initialization when possible, moves "for" loop variable declarations into
the "for" statements where possible, and otherwise makes this code look
like it was written a little more recently than it was.

Signed-off-by: Ben Pfaff <blp@ovn.org>
  • Loading branch information
blp committed Oct 29, 2018
1 parent b47e7e2 commit 53348f4
Showing 1 changed file with 112 additions and 168 deletions.

0 comments on commit 53348f4

Please sign in to comment.