Small indentation improvement...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28084 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2008-10-14 13:21:43 +00:00
parent e385b2434f
commit eeb00d5abc
1 changed files with 1 additions and 1 deletions

View File

@ -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;