fix -Werror=misleading-indentation with newer compiler

This commit is contained in:
GetAway
2017-01-21 10:43:31 +01:00
committed by Jacek Jendrzej
parent e5ab37c387
commit f4e334fa09

View File

@@ -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