From ef782c805fabd8673f748eed3abe726930677d2a Mon Sep 17 00:00:00 2001 From: Emanuele Torre Date: Sun, 3 Jan 2021 15:31:05 +0100 Subject: [PATCH] TextEditor+Meta+Ports+Shell: Remove blank lines at the end of some files --- Applications/TextEditor/TextEditorWindow.gml | 1 - Meta/text-to-cpp-string.sh | 1 - Ports/indent/package.sh | 1 - Shell/Tests/backgrounding.sh | 1 - 4 files changed, 4 deletions(-) diff --git a/Applications/TextEditor/TextEditorWindow.gml b/Applications/TextEditor/TextEditorWindow.gml index c01690959d..433d01abff 100644 --- a/Applications/TextEditor/TextEditorWindow.gml +++ b/Applications/TextEditor/TextEditorWindow.gml @@ -86,4 +86,3 @@ name: "statusbar" } } - diff --git a/Meta/text-to-cpp-string.sh b/Meta/text-to-cpp-string.sh index 64213e7a92..f07d90a6ea 100755 --- a/Meta/text-to-cpp-string.sh +++ b/Meta/text-to-cpp-string.sh @@ -8,4 +8,3 @@ grep -v '^ *#' < "$2" | while IFS= read -r line; do echo "$line" done echo ")~~~\";" - diff --git a/Ports/indent/package.sh b/Ports/indent/package.sh index 0a1d14ef31..de36320b18 100755 --- a/Ports/indent/package.sh +++ b/Ports/indent/package.sh @@ -14,4 +14,3 @@ post_install() { mkdir -p "${man_dir}" cp "indent-${version}/man/indent.1" "${man_dir}" } - diff --git a/Shell/Tests/backgrounding.sh b/Shell/Tests/backgrounding.sh index 7446f93baa..ca300bdaef 100644 --- a/Shell/Tests/backgrounding.sh +++ b/Shell/Tests/backgrounding.sh @@ -53,4 +53,3 @@ assert_job_count 2 $i $j unblock $i unblock $j wait -