Skip to content

Commit

Permalink
Blank line fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nkottary committed Apr 7, 2020
1 parent 7c910a5 commit 62d3ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/intl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1920,7 +1920,6 @@ wxString wxLocale::GetInfo(wxLocaleInfo index, wxLocaleCategory cat)
if ( !lc )
return wxString();


switch ( index )
{
case wxLOCALE_THOUSANDS_SEP:
Expand All @@ -1932,6 +1931,7 @@ wxString wxLocale::GetInfo(wxLocaleInfo index, wxLocaleCategory cat)
wxFAIL_MSG( "invalid wxLocaleCategory" );
break;


case wxLOCALE_DECIMAL_POINT:
if ( cat == wxLOCALE_CAT_NUMBER )
return lc->decimal_point;
Expand Down

0 comments on commit 62d3ef3

Please sign in to comment.