summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2015-01-11 12:49:35 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2015-01-11 12:49:35 +1100
commit765eb71eae6d6550eaec6aa998cb0a2a615bb590 (patch)
tree29b49095be971ceb6318fc6bd49514c4631d255a /vcl
parent0bae3db88548dfa6f9682b31508c4709069e83b2 (diff)
vcl: whitespace cleanup on GlyphData class definition
Change-Id: Ib5b2a3840e2f3ca1b7e2faf57182a262e06cb74e
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/generic/glyphcache.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/generic/glyphcache.hxx b/vcl/inc/generic/glyphcache.hxx
index 0f4070d548fd..67c268b28654 100644
--- a/vcl/inc/generic/glyphcache.hxx
+++ b/vcl/inc/generic/glyphcache.hxx
@@ -139,7 +139,7 @@ struct ExtGlyphData
class GlyphData
{
public:
- GlyphData() : mnLruValue(0) {}
+ GlyphData() : mnLruValue(0) {}
const GlyphMetric& GetMetric() const { return maMetric; }
Size GetSize() const { return maMetric.GetSize(); }