summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/style/StyleInheritedData.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/style/StyleInheritedData.h')
-rw-r--r--WebCore/rendering/style/StyleInheritedData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/rendering/style/StyleInheritedData.h b/WebCore/rendering/style/StyleInheritedData.h
index 5f1077e..548ca72 100644
--- a/WebCore/rendering/style/StyleInheritedData.h
+++ b/WebCore/rendering/style/StyleInheritedData.h
@@ -44,7 +44,7 @@ public:
~StyleInheritedData();
bool operator==(const StyleInheritedData& o) const;
- bool operator!=( const StyleInheritedData& o) const
+ bool operator!=(const StyleInheritedData& o) const
{
return !(*this == o);
}