]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/font/font.cpp
Corrections in light of recent toolbar and other changes
[wxWidgets.git] / samples / font / font.cpp
index aad214f94c239e4f24905a931631d8381bca6524..b46a5d2ffb07b4a4cd318dc48897e9c3730aa5ea 100644 (file)
@@ -695,7 +695,7 @@ void MyCanvas::OnPaint( wxPaintEvent &WXUNUSED(event) )
 
     dc.DrawText(fontInfo, x, y);
     y += hLine;
-                        
+
     fontInfo.Printf(wxT("Style: %s, weight: %s, fixed width: %s"),
                     m_font.GetStyleString().c_str(),
                     m_font.GetWeightString().c_str(),