Dirk Hohndel f037b9e13f Code layout changes
Tomaz convinced me (with help from Linus) that it might be a good idea
to go with the compacter "single line" case statements in some specific
instances where this makes the code much more compact and easier to
read.

While doing that I changed Linus' code to do 'retVal = ...; break;'
instead of just 'return ...;' - this is more consistent and makes
debugging a little easier.

And while doing all that, I also cleaned up divelistview.cpp a little bit.
And removed an unused variable.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2013-05-30 05:49:41 +09:00
..
2013-05-30 05:49:41 +09:00
2013-05-29 19:24:20 +09:00
2013-05-17 22:27:50 -07:00
2013-05-23 18:35:04 -07:00
2013-05-30 05:49:41 +09:00