(formatting: case indent)

This commit is contained in:
Lephenixnoir 2024-01-14 20:23:55 +01:00
parent 55ae7df318
commit 5b85d53826
No known key found for this signature in database
GPG key ID: 1BBA026E13FC0495

View file

@ -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 );