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

Unified Diff: ui/webui/resources/cr_elements/policy/cr_policy_network_behavior.js

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: 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: ui/webui/resources/cr_elements/policy/cr_policy_network_behavior.js
diff --git a/ui/webui/resources/cr_elements/policy/cr_policy_network_behavior.js b/ui/webui/resources/cr_elements/policy/cr_policy_network_behavior.js
index 3ff9f993610f6bf69fc9938571f335dd1a9902dc..f3fa59bf622b29b03b3a51811d1459d6fb2033fa 100644
--- a/ui/webui/resources/cr_elements/policy/cr_policy_network_behavior.js
+++ b/ui/webui/resources/cr_elements/policy/cr_policy_network_behavior.js
@@ -75,8 +75,9 @@ var CrPolicyNetworkBehavior = {
* @private
*/
isPolicySource: function(source) {
- return !!source && (source == CrOnc.Source.DEVICE_POLICY ||
- source == CrOnc.Source.USER_POLICY);
+ return !!source &&
+ (source == CrOnc.Source.DEVICE_POLICY ||
+ source == CrOnc.Source.USER_POLICY);
},
/**

Powered by Google App Engine
This is Rietveld 408576698