lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [task #6597] Cleaner source code regulations are needed


From: Jonathan Larmour
Subject: [lwip-devel] [task #6597] Cleaner source code regulations are needed
Date: Thu, 12 Apr 2007 00:54:13 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060513 Fedora/1.0.8-1.1.fc3.1.legacy Firefox/1.0.8

Follow-up Comment #9, task #6597 (project lwip):

>If I understand the problem, your diff tools dosen't have any
> options to not compare whitespaces and lines feed? That what I
> do now when I provide patch files (and that's why you don't
> have see indent in one of my last patch file). 

indent can move things between lines too.

e.g. for Simon's suggested use of indent it will change:
  if (x)
  {
     foo(x);
  }
to:
  if (x) {
    foo(x);
  }

GNU diff -w reports these as different. More importantly, so does cvs diff
-w.

As for doing it separately... it is better to be separate, that's all. But
it's probably better it gets done at all, than it doesn't, if that makes a
difference.



    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?6597>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]