diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2013-02-27 17:46:58 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2013-03-08 18:39:00 -0800 |
commit | b64c146666b387169fc7e0e539478b686eeaa93f (patch) | |
tree | 7fac0b628ed8fff26b7c37222da174c120bf8e26 /files | |
parent | create-iso.sh: add usb boot via isohybrid (diff) | |
download | catalyst-b64c146666b387169fc7e0e539478b686eeaa93f.tar.gz catalyst-b64c146666b387169fc7e0e539478b686eeaa93f.tar.bz2 catalyst-b64c146666b387169fc7e0e539478b686eeaa93f.zip |
Whitespace cleanup.
Run the following command to cleanup whitespace.
for FILE in $(git ls-tree -r --name-only HEAD | grep -v 'bz2$'); do
sed -i 's/[[:space:]]*$//' "$FILE"
done
git checkout COPYING ChangeLog
Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'files')
-rw-r--r-- | files/catalyst.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/catalyst.conf b/files/catalyst.conf index f88f1052..b74c546c 100644 --- a/files/catalyst.conf +++ b/files/catalyst.conf @@ -34,7 +34,7 @@ distdir="/usr/portage/distfiles" # export FOO="bar" envscript="/etc/catalyst/catalystrc" -# Internal hash function catalyst should use for things like autoresume, +# Internal hash function catalyst should use for things like autoresume, # seedcache, etc. The default and fastest is crc32. You should not ever need # to change this unless your OS does not support it. # Supported hashes: |