RTEMS | uC5282/console/console.c: Fix misleading indentation warning (!588)
Jeremy Lorelli (@jjl77)
gitlab at rtems.org
Wed Jul 16 19:17:46 UTC 2025
Jeremy Lorelli commented on a discussion on bsps/m68k/uC5282/console/console.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/588#note_126659
> int level;
>
> rtems_interrupt_disable(level);
> - while ( (MCF5282_UART_USR(CONSOLE_PORT) & MCF5282_UART_USR_TXRDY) == 0 )
> + while ( (MCF5282_UART_USR(CONSOLE_PORT) & MCF5282_UART_USR_TXRDY) == 0 ) {
> continue;
> + }
This file is a mess with mixed indentations, sorry! It looks overly indented because GitLab displays 8-wide tabs by default. I've converted this to spaces.
I have another commit to convert tabs -> spaces in all uC5282 files that I'll create a separate MR for.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/588#note_126659
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250716/29429a60/attachment.htm>
More information about the bugs
mailing list