mirror of
https://github.com/moby/moby.git
synced 2026-07-24 16:26:51 +00:00
- use local variables and remove some intermediate variables - handle the events inside the switch itself; this makes all the switch branches use the same logic, instead of "some" using a `continue`, and others falling through to have the event handled outside of the switch. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>