chromeos: output_configurator: various style fixes
- Define member functions of class OutputConfigurator in the order they were declared. - Made struct CachedOutputDescription to be private member of class OutputConfigurator. No need for it to be exposed publicly. - Renamed "enum State" to "enum OutputState" to be more specific. - In places where a large if block extend to the end of the function, use an early return to reduce indentation. BUG=chromium-os:32857 TEST=build successfully Change-Id: Id39dff3b38d16b2496df0df288a332fe29b2e37b Signed-off-by:Simon Que <sque@chromium.org> Review URL: https://chromiumcodereview.appspot.com/10824071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149072 0039d316-1c4b-4281-b951-d872f2087c98
Showing
This diff is collapsed.
Please register or sign in to comment