Small indentation improvement...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28084 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
e385b2434f
commit
eeb00d5abc
@ -812,7 +812,7 @@ ServerFont::StringWidth(const char *string, int32 numBytes,
|
||||
|
||||
StringWidthConsumer consumer;
|
||||
if (!GlyphLayoutEngine::LayoutGlyphs(consumer, *this, string, numBytes,
|
||||
deltaArray, kerning, fSpacing))
|
||||
deltaArray, kerning, fSpacing))
|
||||
return 0.0;
|
||||
|
||||
return consumer.width;
|
||||
|
Loading…
Reference in New Issue
Block a user