Re: spaces before tabs

From: Bruce Evans (bde_at_zeta.org.au)
Date: 03/15/04

  • Next message: Ian FREISLICH: "Re: PATCH: ip_input.c, ip_output.c, ipfw.8"
    Date: Mon, 15 Mar 2004 17:25:05 +1100 (EST)
    To: Colin Percival <colin.percival@wadham.ox.ac.uk>
    
    

    On Sun, 14 Mar 2004, Colin Percival wrote:

    > Thus spake style(9):
    > > Do not add whitespace at the end of a line, and only use tabs
    > followed by
    > > spaces to form the indentation. Do not use more spaces than a tab will
    > > produce and do not use spaces in front of tabs.
    >
    > There are somewhere around 6500 lines in 1000 files which violate this final
    > rule.

    Only that many (counting all #define\040 etc)? :-)

    > Should I clean these up, or is it not worth bloating the repository for
    > such cosmetic fixes?

    It's too painful to do all at once IMO. The repo bloat isn't much
    (6500 * 40 characters + metadata?).

    Bruce
    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"


  • Next message: Ian FREISLICH: "Re: PATCH: ip_input.c, ip_output.c, ipfw.8"

    Relevant Pages

    • Re: Yet Another Spinoza Challenge
      ... whitespace between code elements have on a C program's ... Apparently, whitespace is critical. ... But it could be spaces or tabs. ... In the C language, how does one write the statement, "if i NOT equal ...
      (comp.lang.c)
    • Re: bash vs. python scripts - which one is better?
      ... languages where whitespace is critically important. ... I make trailing spaces and TABS visible in vim. ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
      (Debian-User)
    • Re: Chinese Syntax
      ... is in essence the attempt at an entirely new language, ... When I could easily write it on one line without all of that crappy whitespace ... does tabs to spaces or spaces to tabs affect the compilation of your ... does a single space or a single tab have the same ...
      (comp.lang.c)
    • Re: Chinese Syntax
      ... is in essence the attempt at an entirely new language, ... When I could easily write it on one line without all of that crappy whitespace ... does tabs to spaces or spaces to tabs affect the compilation of your ... does a single space or a single tab have the same ...
      (microsoft.public.dotnet.languages.csharp)
    • Re: The "spinoza" programming language
      ... significant whitespace is pretty fragile. ... Hidden characters that look the same (space ... Source code is mostly line-oriented, so to just ignore the one thing that ... As another example Look at "make" and its whacky use of tabs. ...
      (comp.programming)