Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Feb 2004 07:57:36 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/indent indent.c
Message-ID:  <200402091557.i19FvaiN051421@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2004/02/09 07:57:36 PST

  FreeBSD src repository

  Modified files:
    usr.bin/indent       indent.c 
  Log:
  Fixed tab lossage in indented variable names.  The -diN option was
  worse than useless because it caused things like mangling of
  "^int\tfoo" to "int     foo" (this for N = 8).  This quick fix breaks
  the invariant that characters between s_code and e_code have width 1,
  but nothing seems to depend on this.
  
  Revision  Changes    Path
  1.19      +22 -6     src/usr.bin/indent/indent.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402091557.i19FvaiN051421>