commit de8da940f9754a596762d7dbaeedb9c2ab49f13a
parent eee9441ed94e87293e9bd06367243e7e237efe2b
Author: Luís Ferreira <contact@lsferreira.net>
Date: Thu, 30 Sep 2021 17:17:27 +0100
treewide: fix pre-commit issues such as empty newline at the end
Signed-off-by: Luís Ferreira <contact@lsferreira.net>
Diffstat:
6 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/README.md b/README.md
@@ -1 +1 @@
-# lsferreira.net
-\ No newline at end of file
+# lsferreira.net
diff --git a/archetypes/default.md b/archetypes/default.md
@@ -3,4 +3,3 @@ title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---
-
diff --git a/config.toml b/config.toml
@@ -26,4 +26,3 @@ languageCode = "en-us"
name = "Index"
url = "/public"
weight = 0
-
diff --git a/content/posts/d-saoc-2021-01.md b/content/posts/d-saoc-2021-01.md
@@ -121,4 +121,3 @@ test suite to finally start upstreaming my changes. Although, this can take a
while, since there is a challenge, described in the plan, which is
dual-licensing the GCC codebase with LLVM codebase. This is cooperatively being
handled by Mathias (my mentor), Iain and GCC team.
-
diff --git a/layouts/shortcodes/list-files.html b/layouts/shortcodes/list-files.html
@@ -6,4 +6,3 @@
<a href="{{ $dir }}/{{ .Name }}">{{ .Name }}</a>
{{ end }}
{{ end }}
-
diff --git a/scripts/ignore-files.sh b/scripts/ignore-files.sh
@@ -33,4 +33,3 @@ while IFS= read -r -d $'\n' ientry; do
rm -rf "$fentry"
done < <(find "$project_folder" | sed "s|^$project_folder||" | grep "$ientry" | sed -e "s|^|$project_folder|")
done < <(cat "$ignore_file")
-