[MPlayer-dev-eng] Indentation changes in patches

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Mon Jul 12 13:10:22 CEST 2004


Hi,

> OLD code:
> dothis()
> this = that;
> goaway( TRUE );
> 
> NEW code:
> if ( we_are_not_completely_insane() )
> {
>   dothis()
>   this = that;
>   goaway( TRUE );
> }

This should be two patches, as otherwise if I want to know if the code 
inside the if is the same as the original one, I will have to compare 
character per character.

> PS: i think many old commits didn't get handled so strictly!

Well, and you know how some of the code looks like.

Greetings,
Reimar Döffinger




More information about the MPlayer-dev-eng mailing list