system_info: Fix coding style violations.
authorRaphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
Thu, 25 Sep 2014 16:04:22 +0000 (19:04 +0300)
committerRaphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
Thu, 25 Sep 2014 16:05:07 +0000 (19:05 +0300)
commit2cf25065df423a604821f7d51c4e9013a57cacf8
treed5671d68a0eb8a93bd06d9e9b4bdaae139052dc1
parenta2248c72bebcb6bf5322b5b4858a3c16c7306303
system_info: Fix coding style violations.

./system_info/system_info_sim_ivi.cc:129:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
./system_info/system_info_locale.h:35:  Zero-parameter constructors should not be marked explicit.  [runtime/explicit] [5]
./system_info/system_info_cellular_network.h:34:  Zero-parameter constructors should not be marked explicit.  [runtime/explicit] [5]
./system_info/system_info_network.h:54:  Zero-parameter constructors should not be marked explicit.  [runtime/explicit] [5]
./system_info/system_info_wifi_network.h:44:  Zero-parameter constructors should not be marked explicit.  [runtime/explicit] [5]
./system_info/system_info_cpu.h:37:  Zero-parameter constructors should not be marked explicit.  [runtime/explicit] [5]
./system_info/system_info_device_orientation.h:41:  Zero-parameter constructors should not be marked explicit.  [runtime/explicit] [5]
./system_info/system_info_peripheral.h:34:  Zero-parameter constructors should not be marked explicit.  [runtime/explicit] [5]
./system_info/system_info_battery.h:38:  Zero-parameter constructors should not be marked explicit.  [runtime/explicit] [5]
./system_info/system_info_build.h:44:  Zero-parameter constructors should not be marked explicit.  [runtime/explicit] [5]
./system_info/system_info_display.h:48:  Zero-parameter constructors should not be marked explicit.  [runtime/explicit] [5]

BUG=XWALK-2649
system_info/system_info_battery.h
system_info/system_info_build.h
system_info/system_info_cellular_network.h
system_info/system_info_cpu.h
system_info/system_info_device_orientation.h
system_info/system_info_display.h
system_info/system_info_locale.h
system_info/system_info_network.h
system_info/system_info_peripheral.h
system_info/system_info_sim_ivi.cc
system_info/system_info_wifi_network.h