Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1254)

Unified Diff: ash/common/system/networking_config_delegate.cc

Issue 2095193002: clang-format all of //ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/common/system/locale/locale_notification_controller.cc ('k') | ash/common/system/system_notifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/networking_config_delegate.cc
diff --git a/ash/common/system/networking_config_delegate.cc b/ash/common/system/networking_config_delegate.cc
index e517a36d6a201fd14fef9b98bd79da1e46bb9717..f8235f0ab5f283f8bd406090f8e281b7a21c3814 100644
--- a/ash/common/system/networking_config_delegate.cc
+++ b/ash/common/system/networking_config_delegate.cc
@@ -8,10 +8,8 @@ namespace ash {
NetworkingConfigDelegate::ExtensionInfo::ExtensionInfo(const std::string& id,
const std::string& name)
- : extension_id(id), extension_name(name) {
-}
+ : extension_id(id), extension_name(name) {}
-NetworkingConfigDelegate::ExtensionInfo::~ExtensionInfo() {
-}
+NetworkingConfigDelegate::ExtensionInfo::~ExtensionInfo() {}
} // namespace ash
« no previous file with comments | « ash/common/system/locale/locale_notification_controller.cc ('k') | ash/common/system/system_notifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698