fix -Werror=misleading-indentation with newer compiler

Origin commit data
------------------
Branch: ni/coolstream
Commit: f4e334fa09
Author: GetAway <get-away@t-online.de>
Date: 2017-01-21 (Sat, 21 Jan 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
GetAway
2017-01-21 10:43:31 +01:00
committed by Jacek Jendrzej
parent 389a9346ee
commit 15a72b0402

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