make pretty-code
This commit is contained in:
parent
10bae56104
commit
82f6e7a842
2 changed files with 3 additions and 6 deletions
|
@ -31,7 +31,6 @@ void signal_handler( int sig )
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
int main( int argc, char** argv )
|
||||
{
|
||||
setlocale( LC_ALL, "C" );
|
||||
|
|
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue