fixed wrong indentation

This commit is contained in:
2012-10-15 09:46:29 +00:00
parent b907296f4a
commit d9b42ca785
18 changed files with 34 additions and 37 deletions

View File

@ -195,7 +195,7 @@ static int test3 (void)
int main ()
{
#if defined(_WIN32)
char locale[100];
char locale[100];
UINT codepage = GetConsoleOutputCP();
if (codepage == CP_UTF8)
{