[MPlayer-dev-eng] Re: [PATCH] one input key more commands

Diego Biurrun diego at biurrun.de
Sun Apr 1 01:16:41 CEST 2007


On Sun, Apr 01, 2007 at 01:00:52AM +0200, Alban Bedel wrote:
> On Sat, 31 Mar 2007 19:35:24 +0200
> Ötvös Attila <oattila at chello.hu> wrote:
> 
> > +static mp_cmd_bind_section_t*
> > +mp_input_get_bind_section(char *section) {
> > +  mp_cmd_bind_section_t* bind_section = cmd_binds_section;
> > +
> > +  if (section==NULL) section="default";
> > +  while (bind_section) {
> > +    if(strcmp(section,bind_section->section)==0) {
> > +      return bind_section;
> > +      }
> 
> Could you please just use the identation style used in the rest of the
> file? I know you can use your own style for new functions. However it
> is preferable if we avoid having different styles in the same file.

Oh no, can we please at least use a single indentation style per file ..

Diego



More information about the MPlayer-dev-eng mailing list