8 Commits

Author SHA1 Message Date
Kitware Robot
7bbaa4283d Remove trailing whitespace from most CMake and C/C++ code
Our Git commit hooks disallow modification or addition of lines with
trailing whitespace.  Wipe out all remnants of trailing whitespace
everywhere except third-party code.

Run the following shell code:

git ls-files -z -- \
 bootstrap doxygen.config '*.readme' \
 '*.c' '*.cmake' '*.cpp' '*.cxx' \
 '*.el' '*.f' '*.f90' '*.h' '*.in' '*.in.l' '*.java' \
 '*.mm' '*.pike' '*.py' '*.txt' '*.vim' |
egrep -z -v '^(Utilities/cm|Source/(kwsys|CursesDialog/form)/)' |
egrep -z -v '^(Modules/CPack\..*\.in)' |
xargs -0 sed -i 's/ \+$//'
2012-08-13 14:18:39 -04:00
Bill Hoffman
1bc355b711 Use new style header generation and get rid of OBJECT_DEPENDS in tutorial 2009-10-04 22:55:02 -04:00
Ken Martin
57a0f830df ENH: fix spelling mistake 2009-06-23 12:58:19 -04:00
Ken Martin
58f0cad472 ENH: switch to new install commands to match book text 2007-11-13 11:11:03 -05:00
Ken Martin
fed6dae8e9 ENH: some fixes 2005-11-10 15:13:54 -05:00
Ken Martin
5a007dc0e3 ENH: some fixes 2005-11-10 12:05:53 -05:00
Ken Martin
a41c41ec54 STYLE: fix spelling 2005-11-10 11:48:52 -05:00
Ken Martin
6f5a53618a ENH: step 5 2005-11-10 10:51:25 -05:00