comparison gui/interface.c @ 33673:38c765585fe5

Cosmetic: Adjust indent.
author ib
date Tue, 28 Jun 2011 18:18:32 +0000
parents e576232a39d5
children 2d3199623440
comparison
equal deleted inserted replaced
33672:e576232a39d5 33673:38c765585fe5
693 693
694 guiInfo.Volume = FFMAX(l, r); 694 guiInfo.Volume = FFMAX(l, r);
695 btnModify(evSetVolume, guiInfo.Volume); 695 btnModify(evSetVolume, guiInfo.Volume);
696 696
697 if (guiInfo.Balance != last_balance) { 697 if (guiInfo.Balance != last_balance) {
698 if (guiInfo.Volume) 698 if (guiInfo.Volume)
699 guiInfo.Balance = ((r - l) / guiInfo.Volume + 1.0) * 50.0; 699 guiInfo.Balance = ((r - l) / guiInfo.Volume + 1.0) * 50.0;
700 else 700 else
701 guiInfo.Balance = 50.0f; 701 guiInfo.Balance = 50.0f;
702 702
703 last_balance = guiInfo.Balance; 703 last_balance = guiInfo.Balance;
704 btnModify(evSetBalance, guiInfo.Balance); 704 btnModify(evSetBalance, guiInfo.Balance);
705 } 705 }
706 } 706 }
707 break; 707 break;
708 708
709 case guiSetVideo: 709 case guiSetVideo: