[MPlayer-dev-eng] [PATCH 3/5] Prettify main MPlayer source file.

Clément Bœsch ubitux at gmail.com
Sat Apr 16 01:33:54 CEST 2011


On Fri, Apr 15, 2011 at 07:23:42PM -0400, compn wrote:
[...]
> i assume it shows no diffs with diff -wb ?
> 

Check git show -w 72d3ca8, you'll notice that some code like:

  if (foo)
  {

became:

  if (foo) {

But the diff is more readable with -w of course.

-- 
Clément B.


More information about the MPlayer-dev-eng mailing list