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

Unified Diff: Source/modules/speech/DOMWindowSpeechSynthesis.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/speech/DOMWindowSpeechSynthesis.h ('k') | Source/modules/speech/SpeechSynthesis.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/speech/DOMWindowSpeechSynthesis.cpp
diff --git a/Source/modules/speech/DOMWindowSpeechSynthesis.cpp b/Source/modules/speech/DOMWindowSpeechSynthesis.cpp
index 5bee66f91c11312c3d343361cf87fe24c6c2dacd..b018a818814ae3851ac3b79d7bda7e2ee482dad4 100644
--- a/Source/modules/speech/DOMWindowSpeechSynthesis.cpp
+++ b/Source/modules/speech/DOMWindowSpeechSynthesis.cpp
@@ -35,7 +35,7 @@
#include "wtf/PassRefPtr.h"
namespace WebCore {
-
+
DOMWindowSpeechSynthesis::DOMWindowSpeechSynthesis(DOMWindow* window)
: DOMWindowProperty(window->frame())
{
@@ -73,5 +73,5 @@ SpeechSynthesis* DOMWindowSpeechSynthesis::speechSynthesis()
m_speechSynthesis = SpeechSynthesis::create();
return m_speechSynthesis.get();
}
-
+
} // namespace WebCore
« no previous file with comments | « Source/modules/speech/DOMWindowSpeechSynthesis.h ('k') | Source/modules/speech/SpeechSynthesis.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698