From 2fd4d8b4061b024a5ebebee8f76ef34d64800039 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= <cgzones@googlemail.com>
Date: Tue, 7 Apr 2020 21:46:36 +0200
Subject: [PATCH] Remove trailing whitespaces

---
 src/exclude.c   | 2 +-
 static/build.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exclude.c b/src/exclude.c
index 266d19e..a599c62 100644
--- a/src/exclude.c
+++ b/src/exclude.c
@@ -100,7 +100,7 @@ void exclude_clear() {
 }
 
 
-/* 
+/*
  * Exclusion of directories that contain only cached information.
  * See http://www.brynosaurus.com/cachedir/
  */
diff --git a/static/build.sh b/static/build.sh
index 66d9adc..37cfabf 100755
--- a/static/build.sh
+++ b/static/build.sh
@@ -33,7 +33,7 @@ mkdir -p tarballs
 
 
 # "Fetch, Extract, Move"
-fem() { # base-url name targerdir extractdir 
+fem() { # base-url name targerdir extractdir
   echo "====== Fetching and extracting $1 $2"
   cd tarballs
   if [ -n "$4" ]; then
-- 
GitLab