summaryrefslogtreecommitdiff
path: root/connection_manager_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'connection_manager_interface.h')
-rw-r--r--connection_manager_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/connection_manager_interface.h b/connection_manager_interface.h
index 2faeb804..9f779891 100644
--- a/connection_manager_interface.h
+++ b/connection_manager_interface.h
@@ -61,7 +61,7 @@ namespace connection_manager {
// Factory function which creates a ConnectionManager.
std::unique_ptr<ConnectionManagerInterface> CreateConnectionManager(
SystemState* system_state);
-}
+} // namespace connection_manager
} // namespace chromeos_update_engine