]> git.saurik.com Git - wxWidgets.git/commitdiff
whoops - I tabbed :)
authorRyan Norton <wxprojects@comcast.net>
Fri, 24 Sep 2004 22:34:53 +0000 (22:34 +0000)
committerRyan Norton <wxprojects@comcast.net>
Fri, 24 Sep 2004 22:34:53 +0000 (22:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/text/text.cpp

index 00dc5b991cae4b69256ebcd11cb863de94e6b6ac..a8c9ef126a614561c14cbcef38a627df3d78d4d8 100644 (file)
@@ -782,8 +782,8 @@ void MyTextCtrl::OnKeyDown(wxKeyEvent& event)
 
                 wxLogMessage(_T("Selection: from %ld to %ld."), from, to);
                 wxLogMessage(_T("Selection = '%s' (len = %u)"),
-                             sel.c_str(), 
-                                                        (unsigned int) sel.length());
+                             sel.c_str(),
+                             (unsigned int) sel.length());
             }
             break;