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="Tracker add-on to take snapshots of files or folders"
SUMMARY="Tracker add-on to take snapshots of files or folders"
DESCRIPTION="This Tracker add-on lets you take snapshots of a folder, saving it \
as zip file, with a timestamp, to a preset folder. Snapshots are \
currently saved to /boot/home/Snapshots"
@@ -11,19 +11,19 @@ ARCHITECTURES="x86_gcc2"
USER_SETTINGS_FILES="settings/Kirilla/Snapshot/settings"
PROVIDES="
PROVIDES="
snapshot = $portVersion
addon:snapshot = $portVersion
addon:snapshot = $portVersion
"
REQUIRES="
haiku
haiku
"
BUILD_REQUIRES="
haiku_devel
haiku_devel
"
BUILD_PREREQUIRES="
makefile_engine
cmd:gcc
@@ -31,7 +31,7 @@ BUILD_PREREQUIRES="
BUILD()
{
cd Source
cd Source
make $jobArgs OBJ_DIR=objects
}