]> granicus.if.org Git - procps-ng/commit
miscellaneous: clean up trailing whitespace throughout
authorJim Warner <james.warner@comcast.net>
Mon, 11 Mar 2013 06:00:00 +0000 (00:00 -0600)
committerJaromir Capik <jcapik@redhat.com>
Thu, 14 Mar 2013 11:36:47 +0000 (12:36 +0100)
commitfe75e26ab64dab88762230db0797e765507b73ac
tree2a84c4c9800528ed15b712032ab9ba88d49fe77c
parent7b708ca334a82ee25a729a2b63d2230c4944601c
miscellaneous: clean up trailing whitespace throughout

The entire tree's polluted with inappropriate trailing
whitespace. This commit rids our environment of all of
those useless keystrokes. Unfortunately, it sure ain't
a permanent solution and requires every contributor to
instruct their editor(s) to prevent or eliminate them.

Plus it's strongly recommended we all insert something
like what's shown below to our '.gitconfig' file so as
to provide at least some warnings when we try to apply
any patches (git am) that do contain the #@!%& things!

References(s):
~/.gitconfig excerpt ---------------------------------
[core]
  whitespace = trailing-space, space-before-tab, blank-at-eof
[apply]
  whitespace = warn
--------------------------------- ~/.gitconfig excerpt

Signed-off-by: Jim Warner <james.warner@comcast.net>
23 files changed:
COPYING.LIB
Documentation/howto-uClibc-buildroot-compilation.txt
contrib/tmp-junk.c
contrib/utmp.c
free.1
include/nls.h
include/strutils.h
include/xalloc.h
lib/strutils.c
pgrep.1
pgrep.c
proc/COPYING
proc/devname.c
proc/escape.c
proc/ksym.c
proc/slab.c
proc/sysinfo.c
proc/version.c
ps/ps.1
slabtop.1
sysctl.8
testsuite/Makefile.am
w.c