mirror of
https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc.git
synced 2024-12-28 04:23:38 +01: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++;
|
||||
|
||||
switch( format[pos] ) {
|
||||
switch(format[pos]) {
|
||||
// we need to decrypt the corresponding scanf set of character
|
||||
case '[': {
|
||||
err = __scanset( format, &pos );
|
||||
|
|
Loading…
Reference in a new issue