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

Unified Diff: third_party/WebKit/Source/modules/sensor/Sensor.cpp

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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: third_party/WebKit/Source/modules/sensor/Sensor.cpp
diff --git a/third_party/WebKit/Source/modules/sensor/Sensor.cpp b/third_party/WebKit/Source/modules/sensor/Sensor.cpp
index e930490d6e17f30de0a88fb59bfecb10a52d4d89..6cc78258d158e4d1653a305dec9273a9c06c496b 100644
--- a/third_party/WebKit/Source/modules/sensor/Sensor.cpp
+++ b/third_party/WebKit/Source/modules/sensor/Sensor.cpp
@@ -279,8 +279,9 @@ void Sensor::updateState(Sensor::SensorState newState) {
// frequency hint.
m_lastUpdateTimestamp = WTF::monotonicallyIncreasingTime();
TaskRunnerHelper::get(TaskType::Sensor, getExecutionContext())
- ->postTask(BLINK_FROM_HERE, WTF::bind(&Sensor::notifyOnActivate,
- wrapWeakPersistent(this)));
+ ->postTask(
+ BLINK_FROM_HERE,
+ WTF::bind(&Sensor::notifyOnActivate, wrapWeakPersistent(this)));
}
m_state = newState;

Powered by Google App Engine
This is Rietveld 408576698