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

Unified Diff: Source/core/platform/PlatformSpeechSynthesisUtterance.cpp

Issue 20294002: Fix trailing whitespace in .cpp, .h, and .idl files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased 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
Index: Source/core/platform/PlatformSpeechSynthesisUtterance.cpp
diff --git a/Source/core/platform/PlatformSpeechSynthesisUtterance.cpp b/Source/core/platform/PlatformSpeechSynthesisUtterance.cpp
index a3f3276c3136a6698090c6c9d74720078b0e0507..a137c588614f8f5bbc8115eec7faa2cfa682d714 100644
--- a/Source/core/platform/PlatformSpeechSynthesisUtterance.cpp
+++ b/Source/core/platform/PlatformSpeechSynthesisUtterance.cpp
@@ -32,7 +32,7 @@ PassRefPtr<PlatformSpeechSynthesisUtterance> PlatformSpeechSynthesisUtterance::c
{
return adoptRef(new PlatformSpeechSynthesisUtterance(client));
}
-
+
PlatformSpeechSynthesisUtterance::PlatformSpeechSynthesisUtterance(PlatformSpeechSynthesisUtteranceClient* client)
: m_client(client)
, m_volume(1.0f)
@@ -40,5 +40,5 @@ PlatformSpeechSynthesisUtterance::PlatformSpeechSynthesisUtterance(PlatformSpeec
, m_pitch(1.0f)
{
}
-
+
} // namespace WebCore
« no previous file with comments | « Source/core/platform/PlatformSpeechSynthesisUtterance.h ('k') | Source/core/platform/PlatformSpeechSynthesisVoice.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698