From: Mattia Barbon Date: Sat, 30 Jul 2005 17:22:50 +0000 (+0000) Subject: Fix indentation. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b12401e0d5538ca037e5f4ead09e545f5f7dede2?ds=inline Fix indentation. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35024 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/unix/fontutil.cpp b/src/unix/fontutil.cpp index 082ce17f8b..758226308b 100644 --- a/src/unix/fontutil.cpp +++ b/src/unix/fontutil.cpp @@ -875,7 +875,7 @@ wxNativeFont wxLoadQueryNearestFont(int pointSize, { // second round: use normal weight if ( round == 1 ) - { + { if ( testweight != wxNORMAL ) { testweight = wxNORMAL; @@ -904,11 +904,11 @@ wxNativeFont wxLoadQueryNearestFont(int pointSize, font = wxLoadQueryFont(i, family, teststyle, testweight, underlined, facename, info.xregistry, info.xencoding, xFontName); - } + } - // Search for larger size (approx.) - for ( i = pointSize + 10; !font && i <= max_size; i += 10 ) - { + // Search for larger size (approx.) + for ( i = pointSize + 10; !font && i <= max_size; i += 10 ) + { font = wxLoadQueryFont(i, family, teststyle, testweight, underlined, facename, info.xregistry, info.xencoding, xFontName);