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.

Reviewed-by: Yifeng Sun <pkusunyifeng@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
  • Loading branch information
blp committed Oct 31, 2018
1 parent e6530a8 commit da0158d
Showing 1 changed file with 112 additions and 168 deletions.

0 comments on commit da0158d

Please sign in to comment.