comparison gui/skin/skin.c @ 33057:0d6b33bc311e

Cosmetic: Adjust indent.
author ib
date Tue, 29 Mar 2011 10:47:07 +0000
parents 1c2070f0abca
children b8374f9dc87b
comparison
equal deleted inserted replaced
33056:1c2070f0abca 33057:0d6b33bc311e
564 wItem *item; 564 wItem *item;
565 565
566 r = cmd_hpotmeter(in); 566 r = cmd_hpotmeter(in);
567 567
568 if (r == 0) { 568 if (r == 0) {
569 item = &currWinItems[*currWinItemIdx]; 569 item = &currWinItems[*currWinItemIdx];
570 item->type = itVPotmeter; 570 item->type = itVPotmeter;
571 } 571 }
572 572
573 return r; 573 return r;
574 } 574 }
575 575