mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-31 11:30:56 +08:00
newlib: fix indentation in toulower
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
23b5ecdaf3
commit
b49ce5af1b
@ -57,16 +57,16 @@ toulower (wint_t c)
|
||||
case TO1:
|
||||
switch (cce->delta)
|
||||
{
|
||||
case EVENCAP:
|
||||
if (!(c & 1))
|
||||
return c + 1;
|
||||
break;
|
||||
case ODDCAP:
|
||||
if (c & 1)
|
||||
return c + 1;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
case EVENCAP:
|
||||
if (!(c & 1))
|
||||
return c + 1;
|
||||
break;
|
||||
case ODDCAP:
|
||||
if (c & 1)
|
||||
return c + 1;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user