diff options
author | Dan McGee <dan@archlinux.org> | 2007-11-28 21:20:24 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-11-28 21:20:24 -0600 |
commit | f05495dfc83739c795b5de9cf18e4cd6f29a7803 (patch) | |
tree | fc215294dc4a724d747648ceaef318f407d7c747 /checkpkg | |
parent | c229a696a23bf99c4dd8c4b40d942b74c0da1672 (diff) | |
download | devtools32-f05495dfc83739c795b5de9cf18e4cd6f29a7803.tar.xz |
Whitespace fixes/cleanup to all of the scripts
Add the same vim modeline to all the files, as well as cleanup the newly
added scripts a bit. If you look at this diff with the -w option, you'll see
it really isn't all that significant.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'checkpkg')
-rwxr-xr-x | checkpkg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -73,3 +73,5 @@ if diff filelist-old filelist | grep '\.so\.' > /dev/null 2>&1; then else echo "No filename differences" fi + +# vim:ft=sh:ts=4:sw=4:et: |