Re: [Pipmak-Devel] another way of measuring the mouse speed
Status: Alpha
Brought to you by:
cwalther
From: Christian W. <cwa...@gm...> - 2008-01-12 13:24:21
|
I wrote: > - I specify -br, but it still changes > > int func() { > return 5; > } > > to > > int func() > { > return 5; > } Ah, got that one too, with the help of the bug-indent mailing list archives. That's the undocumented -brf option. -Christian |