mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
fix -Werror=misleading-indentation with newer compiler
This commit is contained in:
@@ -255,8 +255,8 @@ void CVFD::setBacklight(bool on_off)
|
|||||||
|
|
||||||
void CVFD::setled(bool on_off)
|
void CVFD::setled(bool on_off)
|
||||||
{
|
{
|
||||||
if(g_settings.led_rec_mode == 0)
|
if(g_settings.led_rec_mode == 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
int led1 = -1, led2 = -1;
|
int led1 = -1, led2 = -1;
|
||||||
if(on_off){//on
|
if(on_off){//on
|
||||||
|
Reference in New Issue
Block a user