clang-format decided to align things better

This commit is contained in:
Gwenhael Le Moine 2024-04-02 16:14:02 +02:00
parent 13aa0c47a8
commit 8e1f843c28
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
6 changed files with 826 additions and 828 deletions

View file

@ -368,9 +368,7 @@ void text_draw_annunc( void )
mvaddwstr( 0, 4 + ( i * 4 ), ( ( annunciators_bits[ i ] & val ) == annunciators_bits[ i ] ) ? annunciators_icons[ i ] : L" " );
}
void text_adjust_contrast( void )
{ /* Dummy, NCurses version doesn't hand contrast (yet?) */
}
void text_adjust_contrast( void ) { /* Dummy, NCurses version doesn't hand contrast (yet?) */ }
int text_get_event( void )
{