On Thu, Sep 12, 2013 at 11:51:57AM -0400, Tim Shen wrote: > On Thu, Sep 12, 2013 at 11:37 AM, Paolo Carlini > <paolo.carl...@oracle.com> wrote: > > .. please fix the overlong lines, I spotted quite a few. > > Quite a few? I see only one line by casting: > egrep '^\+.{80}' a.patch > > Even it's not 81.
That is not the right test, because you need to count all tabs (at least the leading ones, you probably shouldn't have other tabs) as 8 columns rather than just one. And there are 11 lines that are over the 80 columns limit then. Jakub