mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 04:19:21 +08:00
more formatting changes.
This commit is contained in:
parent
d9d921952c
commit
7adad1217b
@ -155,7 +155,7 @@ translate (char *key)
|
||||
break;
|
||||
case 'x':
|
||||
if (!isxdigit (s[1]))
|
||||
c = 0;
|
||||
c = '0';
|
||||
else
|
||||
{
|
||||
c = tohex (*++s);
|
||||
@ -401,9 +401,11 @@ cmd_set ()
|
||||
n + 1);
|
||||
break;
|
||||
case KT_AUTO:
|
||||
default:
|
||||
rv = ERROR_SUCCESS;
|
||||
break;
|
||||
default:
|
||||
rv = ERROR_INVALID_CATEGORY;
|
||||
break;
|
||||
}
|
||||
|
||||
if (rv != ERROR_SUCCESS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user