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

Unified Diff: Source/modules/geolocation/GeolocationController.cpp

Issue 20300002: Fix trailing whitespace in .cpp, .h, and .idl files (ex. Source/core) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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 | « Source/modules/geolocation/Geolocation.idl ('k') | Source/modules/geolocation/GeolocationError.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/geolocation/GeolocationController.cpp
diff --git a/Source/modules/geolocation/GeolocationController.cpp b/Source/modules/geolocation/GeolocationController.cpp
index da65c2aebcdaeb0faa5d6bfd5f19ff465f73f171..80bac7825b20d34e8a0c813b65915abfd47fdcd0 100644
--- a/Source/modules/geolocation/GeolocationController.cpp
+++ b/Source/modules/geolocation/GeolocationController.cpp
@@ -61,7 +61,7 @@ void GeolocationController::addObserver(Geolocation* observer, bool enableHighAc
if (enableHighAccuracy)
m_highAccuracyObservers.add(observer);
- if (m_client) {
+ if (m_client) {
if (enableHighAccuracy)
m_client->setEnableHighAccuracy(true);
if (wasEmpty)
@@ -139,5 +139,5 @@ void provideGeolocationTo(Page* page, GeolocationClient* client)
{
Supplement<Page>::provideTo(page, GeolocationController::supplementName(), GeolocationController::create(page, client));
}
-
+
} // namespace WebCore
« no previous file with comments | « Source/modules/geolocation/Geolocation.idl ('k') | Source/modules/geolocation/GeolocationError.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698