Remove trailing whitespace

An unusual quirk of git is that it tends not to like trailing whitespace
at the end of lines, and trailing blank lines at the end of a file.  It
messes with the word diffs a bit I think.  Anyway, it's easily removed,
so I've removed it.
This commit is contained in:
T. Joseph Carter 2015-10-05 23:52:43 -07:00
parent 4125590bdb
commit 9601ed3e14
14 changed files with 137 additions and 149 deletions

View File

@ -75,12 +75,3 @@ alias a2files-share="sudo sed -i 's/^\/media\/A2SHARED\/A2FILES\ A2FILES options
alias a2files-unshare="sudo sed -i 's/^#share2/\/media\/A2SHARED\/A2FILES\ A2FILES options:prodos\ casefold:toupper/' /usr/local/etc/netatalk/AppleVolumes.default; [[ -d /media/A2SHARED/A2FILES ]] || mkdir /media/A2SHARED/A2FILES" alias a2files-unshare="sudo sed -i 's/^#share2/\/media\/A2SHARED\/A2FILES\ A2FILES options:prodos\ casefold:toupper/' /usr/local/etc/netatalk/AppleVolumes.default; [[ -d /media/A2SHARED/A2FILES ]] || mkdir /media/A2SHARED/A2FILES"
alias showalias="alias | cut -d= -f 1 | cut -d' ' -f2 | more" alias showalias="alias | cut -d= -f 1 | cut -d' ' -f2 | more"

View File

@ -83,4 +83,3 @@ afpsync: register files introduced outside of AFP with netatalk
mkatinit: set up network boot configuration files mkatinit: set up network boot configuration files
cppo: catalog and copy files from ProDOS image file (slow, but works) cppo: catalog and copy files from ProDOS image file (slow, but works)
(add -h to show help for the above four commands, e.g. "afptype -h") (add -h to show help for the above four commands, e.g. "afptype -h")

View File

@ -879,4 +879,3 @@ else:
processDir(2) processDir(2)
if not g.DIR: if not g.DIR:
syncExit() syncExit()

View File

@ -283,4 +283,3 @@ while : ; do
done done
echo echo