summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRobbert van der Helm2021-06-24 13:45:00 +0200
committerRobbert van der Helm2021-06-24 13:45:00 +0200
commit729f0ad8d8a53c6bd875bc173c1c3f4121537b6e (patch)
tree479a7eea86d036634b1ea608a4b5d18319242bb4 /PKGBUILD
parent8879075e803bbb3358d97fae2bd27fa768d17fae (diff)
downloadaur-729f0ad8d8a53c6bd875bc173c1c3f4121537b6e.tar.gz
Get rid of trailing whitespace
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05fb7d5d16bc..aff7385c21ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,7 +46,7 @@ build() {
# The unity build takes can take up to 2 GB of RAM per target, so if the
# system does not have enough RAM to build everything at once we'll limit the
# number of concurrent jobs
- #
+ #
# NOTE: The `LANG=C` is needed because apparently the `pt_BR.UTF-8` locale
# changes `Mem:` to `Mem.:`, so who knows what other locales might do
total_memory=$(env LANG=C free --gibi --si | awk '/^Mem:/ { print $2 }')