Trim extra newlines at end of file & trailing whitespace.

This commit is contained in:
Augustin Cavalier
2015-08-04 12:08:31 -04:00
parent 55dd9cf19d
commit 4634abef1b
724 changed files with 1430 additions and 1527 deletions

View File

@@ -1,4 +1,4 @@
SUMMARY="A tool to quickly start any installed application"
SUMMARY="A tool to quickly start any installed application"
DESCRIPTION="QuickLaunch is a small launcher tool that helps you to quickly \
start any installed application (as long as it has an app-signature). Simply \
start to enter the name of an application and QuickLaunch will find all \
@@ -8,7 +8,7 @@ by hitting RETURN. ESC quits QuickLaunch.
It's recommended to set a key combo to start QuickLaunch with Haiku's \
Shortcuts preferences."
HOMEPAGE="http://sourceforge.net/projects/quicklaunch-h/"
HOMEPAGE="http://sourceforge.net/projects/quicklaunch-h/"
SOURCE_URI="git://git.code.sf.net/p/quicklaunch-h/code#b7332495742177b6a24e7954367ef19e2eea5e79"
LICENSE="MIT"
COPYRIGHT="2010-2015 Humdinger"
@@ -49,6 +49,6 @@ INSTALL()
chmod +x Add\ to\ Deskbar.sh
cp -af Add\ to\ Deskbar.sh $quicklaunchDir
addAppDeskbarSymlink $quicklaunchDir/QuickLaunch
}