Skip to content

Commit

Permalink
LibGfx+Ports: Add missing newlines at the end of file.
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele6 authored and awesomekling committed Jan 3, 2021
1 parent f9f571a commit ec8577a
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Libraries/LibGfx/Font.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ RefPtr<Font> Font::load_from_file(const StringView& path)
return {};
}

}
}
2 changes: 1 addition & 1 deletion Ports/build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ if [ "$some_failed" == false ]; then
exit 0
else
exit 1
fi
fi
2 changes: 1 addition & 1 deletion Ports/grep/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
auth_opts="--keyring ./gnu-keyring.gpg grep-${version}.tar.gz.sig"
2 changes: 1 addition & 1 deletion Ports/less/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
auth_opts="--keyring ./gnu-keyring.gpg less-${version}.tar.gz.sig"
2 changes: 1 addition & 1 deletion Ports/libexpat/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
auth_opts="expat-${version}.tar.xz.asc expat-${version}.tar.xz"
2 changes: 1 addition & 1 deletion Ports/libiconv/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ http:https://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"
auth_opts="--keyring ./gnu-keyring.gpg libiconv-${version}.tar.gz.sig"
2 changes: 1 addition & 1 deletion Ports/m4/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ files="http:https://ftp.gnu.org/gnu/m4/m4-${version}.tar.gz m4-${version}.tar.gz
http:https://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"
auth_opts="--keyring ./gnu-keyring.gpg m4-${version}.tar.gz.sig"
2 changes: 1 addition & 1 deletion Ports/mandoc/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
auth_type="sha256"
2 changes: 1 addition & 1 deletion Ports/mbedtls/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
auth_type="sha1"
2 changes: 1 addition & 1 deletion Ports/rsync/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
configopts="--target=i686-pc-serenity"
2 changes: 1 addition & 1 deletion Ports/sed/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ http:https://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"
auth_opts="--keyring ./gnu-keyring.gpg sed-${version}.tar.bz2.sig"

0 comments on commit ec8577a

Please sign in to comment.