summaryrefslogtreecommitdiff
path: root/common_service.cc
diff options
context:
space:
mode:
Diffstat (limited to 'common_service.cc')
-rw-r--r--common_service.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/common_service.cc b/common_service.cc
index 88ead28c..0d5ee6dc 100644
--- a/common_service.cc
+++ b/common_service.cc
@@ -71,8 +71,7 @@ const char* const UpdateEngineService::kErrorFailed =
"org.chromium.UpdateEngine.Error.Failed";
UpdateEngineService::UpdateEngineService(SystemState* system_state)
- : system_state_(system_state) {
-}
+ : system_state_(system_state) {}
// org::chromium::UpdateEngineInterfaceInterface methods implementation.