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

Unified Diff: chrome/browser/resources/chromeos/cryptohome.js

Issue 2944703004: Run clang-format on .js files in c/b/r/chromeos (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: chrome/browser/resources/chromeos/cryptohome.js
diff --git a/chrome/browser/resources/chromeos/cryptohome.js b/chrome/browser/resources/chromeos/cryptohome.js
index 40b172045b0369455a9dd4de30bdec5f3bfeeedd..af1f2f438619fe2e531acf89a4a87a2ff6dcb754 100644
--- a/chrome/browser/resources/chromeos/cryptohome.js
+++ b/chrome/browser/resources/chromeos/cryptohome.js
@@ -21,6 +21,8 @@ document.addEventListener('DOMContentLoaded', function() {
if (interval > 0) {
$('refresh-message').textContent =
'(Auto-refreshing page every ' + interval + 's)';
- setTimeout(function() { window.location.reload(true); }, interval * 1000);
+ setTimeout(function() {
+ window.location.reload(true);
+ }, interval * 1000);
}
});
« no previous file with comments | « chrome/browser/resources/chromeos/choose_mobile_network.js ('k') | chrome/browser/resources/chromeos/drive_internals.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698