summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/Event.h
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2009-10-08 11:13:05 +0100
committerSteve Block <steveblock@google.com>2009-10-14 16:51:25 +0100
commitd19c83b203e72c34b78a731c61d73c77ad99794e (patch)
treec6b214d4568504bbd761227647a64786a22635c2 /WebCore/dom/Event.h
parenta5f64bb29c5e0a6a5d59257da60d3bffba7819e7 (diff)
downloadexternal_webkit-d19c83b203e72c34b78a731c61d73c77ad99794e.zip
external_webkit-d19c83b203e72c34b78a731c61d73c77ad99794e.tar.gz
external_webkit-d19c83b203e72c34b78a731c61d73c77ad99794e.tar.bz2
Fixes a bunch of WebKit whitespace discrepancies between Android and webkit.org. Do not merge.
This will avoid noise in the diffs when upstreaming Android-specific changes to webkit.org. This has already been submitted to master branch.
Diffstat (limited to 'WebCore/dom/Event.h')
-rw-r--r--WebCore/dom/Event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/dom/Event.h b/WebCore/dom/Event.h
index b6a9c8f..0b9bcf0 100644
--- a/WebCore/dom/Event.h
+++ b/WebCore/dom/Event.h
@@ -125,7 +125,7 @@ namespace WebCore {
#if ENABLE(WORKERS)
virtual bool isErrorEvent() const;
#endif
-
+
bool propagationStopped() const { return m_propagationStopped; }
bool defaultPrevented() const { return m_defaultPrevented; }