mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
util/spkmodem-recv: reduce indent in print_char()
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -112,13 +112,13 @@ print_char(void)
|
||||
#endif
|
||||
if (f1 < FREQ_DATA_THRESHOLD)
|
||||
ascii |= (1 << ascii_bit);
|
||||
if (!ascii_bit) {
|
||||
if (ascii_bit)
|
||||
return;
|
||||
#if DEBUG
|
||||
printf("<%c, %x>", ascii, ascii);
|
||||
printf("<%c, %x>", ascii, ascii);
|
||||
#else
|
||||
printf("%c", ascii);
|
||||
printf("%c", ascii);
|
||||
#endif
|
||||
ascii_bit = 7;
|
||||
ascii = 0;
|
||||
}
|
||||
ascii_bit = 7;
|
||||
ascii = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user