Nils Faerber wrote:
>Rolf Eike Beer schrieb:
>> this patch changes a bit of indentation. Currently it is
>> [...]
>> Also some superfluous spaces are killed to match Codingstyle
>
>Don't know who added those strange things ;)
>But looks OK to me to change it this way.
>
>So please go ahead and for
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Rolf Eike Beer schrieb:
> Hi,
hi!
> this patch changes a bit of indentation. Currently it is
> if (i8xx_tcp_pci) {
> .
> return 1;
> }
> return 0;
>
> Now it will be
>
> if (!i8xx_tcp_pci)
> return 0;
> .
> return 1;
>
> Also so
Hi,
this patch changes a bit of indentation. Currently it is
if (i8xx_tcp_pci) {
...
return 1;
}
return 0;
Now it will be
if (!i8xx_tcp_pci)
return 0;
...
return 1;
Also some superfluous spaces are killed to match Codingstyle.
Signed-off-by: Rolf Eike Beer <[EMAIL PROTECTED]>
3 matches
Mail list logo