make pretty-code

This commit is contained in:
Gwenhael Le Moine 2024-04-09 19:47:49 +02:00
parent 10bae56104
commit 82f6e7a842
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
2 changed files with 3 additions and 6 deletions

View file

@ -31,7 +31,6 @@ void signal_handler( int sig )
}
}
int main( int argc, char** argv )
{
setlocale( LC_ALL, "C" );

View file

@ -355,9 +355,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 ) {
text_update_LCD();
}
void text_adjust_contrast( void ) { text_update_LCD(); }
int text_get_event( void )
{