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

Unified Diff: base/event_recorder.cc

Issue 249363004: Revert of Style cleanup in preparation for auto-linting base/. (Closed)
Patch Set: Created 6 years, 8 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 | « base/eintr_wrapper.h ('k') | base/file_descriptor_shuffle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/event_recorder.cc
diff --git a/base/event_recorder.cc b/base/event_recorder.cc
index 7c3336bde83d1020c2f39ae53e49ce79e81963d4..92128af70358e2b6b6e4df84c3f652b82ae37e6a 100644
--- a/base/event_recorder.cc
+++ b/base/event_recorder.cc
@@ -179,7 +179,7 @@
// The Journal Recorder must stop recording events when system modal
// dialogs are present. (see msdn link above)
- switch (nCode) {
+ switch(nCode) {
case HC_SYSMODALON:
recording_enabled = false;
break;
@@ -205,7 +205,7 @@
static bool playback_enabled = true;
int delay = 0;
- switch (nCode) {
+ switch(nCode) {
// A system modal dialog box is being displayed. Stop playing back
// messages.
case HC_SYSMODALON:
« no previous file with comments | « base/eintr_wrapper.h ('k') | base/file_descriptor_shuffle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698