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

Unified Diff: Source/core/platform/PlatformSpeechSynthesisVoice.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/PlatformSpeechSynthesisVoice.cpp
diff --git a/Source/core/platform/PlatformSpeechSynthesisVoice.cpp b/Source/core/platform/PlatformSpeechSynthesisVoice.cpp
index 432de7bc5e181fc6879518273e6520b53a24db2b..39941d156fcd6c3db1010f4dbc5ecef0ae26ae46 100644
--- a/Source/core/platform/PlatformSpeechSynthesisVoice.cpp
+++ b/Source/core/platform/PlatformSpeechSynthesisVoice.cpp
@@ -37,7 +37,7 @@ PassRefPtr<PlatformSpeechSynthesisVoice> PlatformSpeechSynthesisVoice::create()
{
return adoptRef(new PlatformSpeechSynthesisVoice());
}
-
+
PlatformSpeechSynthesisVoice::PlatformSpeechSynthesisVoice(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault)
: m_voiceURI(voiceURI)
, m_name(name)
« no previous file with comments | « Source/core/platform/PlatformSpeechSynthesisUtterance.cpp ('k') | Source/core/platform/PlatformSpeechSynthesizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698