summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/SharedBuffer.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-08 12:15:17 +0100
commita101f778588252e4b72f2083fad0dd95346f8702 (patch)
tree2c5b08d0a9de1871815c8ad9f5ce5919595c01bc /WebCore/platform/SharedBuffer.h
parent58e255d198100401c6580b518cb7ee30e2b2ae8c (diff)
downloadexternal_webkit-a101f778588252e4b72f2083fad0dd95346f8702.zip
external_webkit-a101f778588252e4b72f2083fad0dd95346f8702.tar.gz
external_webkit-a101f778588252e4b72f2083fad0dd95346f8702.tar.bz2
Fixes a bunch of WebKit whitespace discrepancies between Android and webkit.org.
This will avoid noise in the diffs when upstreaming Android-specific changes to webkit.org.
Diffstat (limited to 'WebCore/platform/SharedBuffer.h')
-rw-r--r--WebCore/platform/SharedBuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/SharedBuffer.h b/WebCore/platform/SharedBuffer.h
index cd918d6..256d490 100644
--- a/WebCore/platform/SharedBuffer.h
+++ b/WebCore/platform/SharedBuffer.h
@@ -61,7 +61,7 @@ public:
// The buffer must be in non-purgeable state before adopted to a SharedBuffer.
// It will stay that way until released.
static PassRefPtr<SharedBuffer> adoptPurgeableBuffer(PurgeableBuffer* buffer);
-
+
#if PLATFORM(ANDROID)
virtual
#endif