maint: make spacing around "=" consistent, even in IF_LINT
authorJim Meyering <meyering@redhat.com>
Sat, 15 May 2010 17:36:56 +0000 (19:36 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 31 May 2010 09:02:21 +0000 (11:02 +0200)
commitc0cfa0defe06fa750530f08d6e0a54521f83292d
tree754420e230139c4b21cb87893097c616f0cf3744
parentda7a704cd36e1d2015d14247e5139fb1999b2211
maint: make spacing around "=" consistent, even in IF_LINT

E.g.,
  -  size_t desired_width IF_LINT (= 0);
  +  size_t desired_width IF_LINT ( = 0);
Use this command:
  g grep -l IF_LINT | grep '\.[ch]$' \
    | xargs perl -pi -e 's/(IF_LINT \()= /$1 = /'
17 files changed:
src/chmod.c
src/copy.c
src/cp.c
src/cut.c
src/df.c
src/expand.c
src/expr.c
src/ls.c
src/md5sum.c
src/od.c
src/paste.c
src/pr.c
src/shred.c
src/sort.c
src/truncate.c
src/unexpand.c
src/uniq.c