ui.gadgets.scrollers: 4 space indentation.

locals-and-roots
John Benediktsson 2016-04-23 09:49:45 -07:00
parent e8c60ca890
commit b31415f8a3
1 changed files with 4 additions and 4 deletions

View File

@ -97,10 +97,10 @@ M: f update-scroller drop (update-scroller) ;
M: scroller layout* M: scroller layout*
{ {
[ call-next-method ] [ call-next-method ]
[ dup follows>> [ update-scroller ] [ >>follows drop ] 2bi ] [ dup follows>> [ update-scroller ] [ >>follows drop ] 2bi ]
[ [ x>> ] [ y>> ] bi [ forget-pref-dim ] bi@ ] [ [ x>> ] [ y>> ] bi [ forget-pref-dim ] bi@ ]
[ call-next-method ] [ call-next-method ]
} cleave ; } cleave ;
M: scroller focusable-child* M: scroller focusable-child*