[MPlayer-dev-eng] the great reformatting
Clément Bœsch
ubitux at gmail.com
Tue Feb 22 15:34:46 CET 2011
On Tue, Feb 22, 2011 at 03:13:58PM +0100, Ingo Brückl wrote:
> [...]
>
> int a;
> unsigned int b;
> char c;
>
> typedef struct {
> int a;
> unsigned int b;
> char c;
> } foo;
>
> remain if in a source that way (this is already achieved with the current
> config) or forced to
>
forced to
> int a;
> unsigned int b;
> char c;
>
> typedef struct {
> int a;
> unsigned int b;
> char c;
> } foo;
>
> In the latter case change:
>
> sp_after_type = force
>
This is exactly what is needed, thanks. I'll try to create the repository
tonight.
--
Clément B.
More information about the MPlayer-dev-eng
mailing list