summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuele Torre <torreemanuele6@gmail.com>2021-01-03 14:47:42 +0100
committerAndreas Kling <kling@serenityos.org>2021-01-03 17:12:50 +0100
commitec8577ac3c78266215cb928ebe4b62c6a495cbf1 (patch)
tree2b4761d753446e5b5afa0d68b32d6247f83b3d98
parentf9f571aa7f4aba696d70db77781ad6ec4f1a1f44 (diff)
downloadserenity-ec8577ac3c78266215cb928ebe4b62c6a495cbf1.zip
LibGfx+Ports: Add missing newlines at the end of file.
-rw-r--r--Libraries/LibGfx/Font.cpp2
-rwxr-xr-xPorts/build_all.sh2
-rwxr-xr-xPorts/grep/package.sh2
-rwxr-xr-xPorts/less/package.sh2
-rwxr-xr-xPorts/libexpat/package.sh2
-rwxr-xr-xPorts/libiconv/package.sh2
-rwxr-xr-xPorts/m4/package.sh2
-rwxr-xr-xPorts/mandoc/package.sh2
-rwxr-xr-xPorts/mbedtls/package.sh2
-rwxr-xr-xPorts/rsync/package.sh2
-rwxr-xr-xPorts/sed/package.sh2
11 files changed, 11 insertions, 11 deletions
diff --git a/Libraries/LibGfx/Font.cpp b/Libraries/LibGfx/Font.cpp
index 073279c4f8..ba0849b21b 100644
--- a/Libraries/LibGfx/Font.cpp
+++ b/Libraries/LibGfx/Font.cpp
@@ -37,4 +37,4 @@ RefPtr<Font> Font::load_from_file(const StringView& path)
return {};
}
-} \ No newline at end of file
+}
diff --git a/Ports/build_all.sh b/Ports/build_all.sh
index 1b40296ed3..ea40a41ba0 100755
--- a/Ports/build_all.sh
+++ b/Ports/build_all.sh
@@ -32,4 +32,4 @@ if [ "$some_failed" == false ]; then
exit 0
else
exit 1
-fi \ No newline at end of file
+fi
diff --git a/Ports/grep/package.sh b/Ports/grep/package.sh
index aab2342bc2..62f2923c62 100755
--- a/Ports/grep/package.sh
+++ b/Ports/grep/package.sh
@@ -8,4 +8,4 @@ https://ftp.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
useconfigure=true
configopts=--disable-perl-regexp
auth_type="sig"
-auth_opts="--keyring ./gnu-keyring.gpg grep-${version}.tar.gz.sig" \ No newline at end of file
+auth_opts="--keyring ./gnu-keyring.gpg grep-${version}.tar.gz.sig"
diff --git a/Ports/less/package.sh b/Ports/less/package.sh
index 7a19471f7f..518571d9c1 100755
--- a/Ports/less/package.sh
+++ b/Ports/less/package.sh
@@ -8,4 +8,4 @@ https://ftp.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
depends="ncurses"
auth_type="sig"
-auth_opts="--keyring ./gnu-keyring.gpg less-${version}.tar.gz.sig" \ No newline at end of file
+auth_opts="--keyring ./gnu-keyring.gpg less-${version}.tar.gz.sig"
diff --git a/Ports/libexpat/package.sh b/Ports/libexpat/package.sh
index 1b3f4e6161..bb020bc638 100755
--- a/Ports/libexpat/package.sh
+++ b/Ports/libexpat/package.sh
@@ -7,4 +7,4 @@ https://github.com/libexpat/libexpat/releases/download/R_2_2_9/expat-${version}.
workdir=expat-${version}
auth_type="sig"
auth_import_key="CB8DE70A90CFBF6C3BF5CC5696262ACFFBD3AEC6"
-auth_opts="expat-${version}.tar.xz.asc expat-${version}.tar.xz" \ No newline at end of file
+auth_opts="expat-${version}.tar.xz.asc expat-${version}.tar.xz"
diff --git a/Ports/libiconv/package.sh b/Ports/libiconv/package.sh
index 05d79ddbca..1662df9c30 100755
--- a/Ports/libiconv/package.sh
+++ b/Ports/libiconv/package.sh
@@ -7,4 +7,4 @@ http://ftp.gnu.org/gnu/libiconv/libiconv-${version}.tar.gz.sig libiconv-${versio
https://ftp.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
auth_type="sig"
-auth_opts="--keyring ./gnu-keyring.gpg libiconv-${version}.tar.gz.sig" \ No newline at end of file
+auth_opts="--keyring ./gnu-keyring.gpg libiconv-${version}.tar.gz.sig"
diff --git a/Ports/m4/package.sh b/Ports/m4/package.sh
index 6e66a0e09e..12c0fc5168 100755
--- a/Ports/m4/package.sh
+++ b/Ports/m4/package.sh
@@ -6,4 +6,4 @@ files="http://ftp.gnu.org/gnu/m4/m4-${version}.tar.gz m4-${version}.tar.gz
http://ftp.gnu.org/gnu/m4/m4-${version}.tar.gz.sig m4-${version}.tar.gz.sig
https://ftp.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
auth_type="sig"
-auth_opts="--keyring ./gnu-keyring.gpg m4-${version}.tar.gz.sig" \ No newline at end of file
+auth_opts="--keyring ./gnu-keyring.gpg m4-${version}.tar.gz.sig"
diff --git a/Ports/mandoc/package.sh b/Ports/mandoc/package.sh
index 0f33590a69..bdf4edb045 100755
--- a/Ports/mandoc/package.sh
+++ b/Ports/mandoc/package.sh
@@ -4,4 +4,4 @@ version=1.14.5
useconfigure=true
files="https://mandoc.bsd.lv/snapshots/mandoc-${version}.tar.gz mandoc-${version}.tar.gz 8219b42cb56fc07b2aa660574e6211ac38eefdbf21f41b698d3348793ba5d8f7"
depends="less pcre2 zlib"
-auth_type="sha256" \ No newline at end of file
+auth_type="sha256"
diff --git a/Ports/mbedtls/package.sh b/Ports/mbedtls/package.sh
index a5d77fdbcf..91726f0870 100755
--- a/Ports/mbedtls/package.sh
+++ b/Ports/mbedtls/package.sh
@@ -3,4 +3,4 @@ port=mbedtls
version=2.16.2
files="https://tls.mbed.org/download/mbedtls-${version}-apache.tgz mbedtls-${version}-apache.tgz ba809acfd4b41b86895b92e98d936695b5b62b73"
makeopts="CFLAGS=-DPLATFORM_UTIL_USE_GMTIME"
-auth_type="sha1" \ No newline at end of file
+auth_type="sha1"
diff --git a/Ports/rsync/package.sh b/Ports/rsync/package.sh
index 9a8c265617..701ee831cc 100755
--- a/Ports/rsync/package.sh
+++ b/Ports/rsync/package.sh
@@ -4,4 +4,4 @@ version=3.1.3
useconfigure="true"
files="https://download.samba.org/pub/rsync/src/rsync-${version}.tar.gz rsync-${version}.tar.gz
https://download.samba.org/pub/rsync/src/rsync-${version}.tar.gz.asc rsync-${version}.tar.gz.asc"
-configopts="--target=i686-pc-serenity" \ No newline at end of file
+configopts="--target=i686-pc-serenity"
diff --git a/Ports/sed/package.sh b/Ports/sed/package.sh
index ab89987f8c..3b934cd531 100755
--- a/Ports/sed/package.sh
+++ b/Ports/sed/package.sh
@@ -7,4 +7,4 @@ http://ftp.gnu.org/gnu/sed/sed-${version}.tar.bz2.sig sed-${version}.tar.bz2.sig
https://ftp.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
auth_type="sig"
-auth_opts="--keyring ./gnu-keyring.gpg sed-${version}.tar.bz2.sig" \ No newline at end of file
+auth_opts="--keyring ./gnu-keyring.gpg sed-${version}.tar.bz2.sig"