]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appcmn.cpp
better spacing
[wxWidgets.git] / src / common / appcmn.cpp
index 70d6b43e57e2248b8139291d361b85904750f375..e22ebf4a3395befa5e3716b9ec0c7cbb847dc1e2 100644 (file)
@@ -378,7 +378,6 @@ bool wxAppBase::OnCmdLineParsed(wxCmdLineParser& parser)
         if ( !theme )
         {
             wxLogError(_("Unsupported theme '%s'."), themeName.c_str());
-
             return FALSE;
         }
 
@@ -396,7 +395,6 @@ bool wxAppBase::OnCmdLineParsed(wxCmdLineParser& parser)
         if ( wxSscanf(modeDesc.c_str(), _T("%ux%u-%u"), &w, &h, &bpp) != 3 )
         {
             wxLogError(_("Invalid display mode specification '%s'."), modeDesc.c_str());
-
             return FALSE;
         }