From f05495dfc83739c795b5de9cf18e4cd6f29a7803 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 28 Nov 2007 21:20:24 -0600 Subject: 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 --- checkpkg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'checkpkg') diff --git a/checkpkg b/checkpkg index 69046e8..cd08121 100755 --- a/checkpkg +++ b/checkpkg @@ -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: -- cgit v1.2.3-54-g00ecf