From e63db381fcc28cfcf20f3293b055f494982bd13a Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sun, 1 Nov 2009 20:17:11 +0000 Subject: * Whitespace --- src/ui/ui_shared.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ui/ui_shared.c b/src/ui/ui_shared.c index 3ffe8676..817f573e 100644 --- a/src/ui/ui_shared.c +++ b/src/ui/ui_shared.c @@ -1949,7 +1949,7 @@ float UI_Text_Width( const char *text, float scale, int limit ) } if( UI_Text_IsEmoticon( s, &emoticonEscaped, &emoticonLen, - NULL, &emoticonWidth ) ) + NULL, &emoticonWidth ) ) { if( emoticonEscaped ) s++; @@ -2137,7 +2137,7 @@ static void UI_Text_Paint_Generic( float x, float y, float scale, float gapAdjus } if( UI_Text_IsEmoticon( s, &emoticonEscaped, &emoticonLen, - &emoticonHandle, &emoticonWidth ) ) + &emoticonHandle, &emoticonWidth ) ) { if( emoticonEscaped ) s++; -- cgit