mirror of
https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc.git
synced 2025-05-30 07:25:13 +02:00
(formatting: case indent)
This commit is contained in:
parent
55ae7df318
commit
5b85d53826
1 changed files with 159 additions and 159 deletions
|
@ -248,7 +248,7 @@ int __scanf(
|
||||||
|
|
||||||
pos++;
|
pos++;
|
||||||
|
|
||||||
switch( format[pos] ) {
|
switch(format[pos]) {
|
||||||
// we need to decrypt the corresponding scanf set of character
|
// we need to decrypt the corresponding scanf set of character
|
||||||
case '[': {
|
case '[': {
|
||||||
err = __scanset( format, &pos );
|
err = __scanset( format, &pos );
|
||||||
|
|
Loading…
Add table
Reference in a new issue