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

Unified Diff: chrome/browser/resources/settings/internet_page/network_ip_config.js

Issue 2946563002: Run clang-format on .js files in c/b/r/settings (Closed)
Patch Set: dschuyler@ review Created 3 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
Index: chrome/browser/resources/settings/internet_page/network_ip_config.js
diff --git a/chrome/browser/resources/settings/internet_page/network_ip_config.js b/chrome/browser/resources/settings/internet_page/network_ip_config.js
index 695ba5065faaed0a09ab3c22f4c5c5cd6e31a7b9..da9aefaf24d626e3ca3f0add32de31af9b3450f8 100644
--- a/chrome/browser/resources/settings/internet_page/network_ip_config.js
+++ b/chrome/browser/resources/settings/internet_page/network_ip_config.js
@@ -87,7 +87,7 @@ Polymer({
this.savedStaticIp_ = undefined;
// Update the 'automatic' property.
- if (this.networkProperties.IPAddressConfigType ) {
+ if (this.networkProperties.IPAddressConfigType) {
var ipConfigType =
CrOnc.getActiveValue(this.networkProperties.IPAddressConfigType);
this.automatic_ = (ipConfigType != CrOnc.IPConfigType.STATIC);

Powered by Google App Engine
This is Rietveld 408576698