From dd17ec180f04e1d334f5b535f6567a89df5f24d8 Mon Sep 17 00:00:00 2001 From: Emanuele Torre Date: Mon, 8 Mar 2021 00:23:50 +0100 Subject: [PATCH] Base: Fix newlines at end of file in some files. --- Base/res/html/misc/acid2.html | 2 +- Base/res/html/misc/pngsuite_siz_png.html | 1 - Base/res/html/misc/ppmsuite.html | 2 +- Base/res/html/misc/trigonometry.html | 2 +- Base/res/keymaps/sl.json | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Base/res/html/misc/acid2.html b/Base/res/html/misc/acid2.html index 9c7712a22f7..8c8c1800169 100644 --- a/Base/res/html/misc/acid2.html +++ b/Base/res/html/misc/acid2.html @@ -142,4 +142,4 @@
- \ No newline at end of file + diff --git a/Base/res/html/misc/pngsuite_siz_png.html b/Base/res/html/misc/pngsuite_siz_png.html index 93721eea544..3c6e0996a36 100644 --- a/Base/res/html/misc/pngsuite_siz_png.html +++ b/Base/res/html/misc/pngsuite_siz_png.html @@ -45,4 +45,3 @@ - diff --git a/Base/res/html/misc/ppmsuite.html b/Base/res/html/misc/ppmsuite.html index ae1fe06b0ee..bc535b41f2f 100644 --- a/Base/res/html/misc/ppmsuite.html +++ b/Base/res/html/misc/ppmsuite.html @@ -14,4 +14,4 @@ - \ No newline at end of file + diff --git a/Base/res/html/misc/trigonometry.html b/Base/res/html/misc/trigonometry.html index 4651ff6240c..aafdef1c881 100644 --- a/Base/res/html/misc/trigonometry.html +++ b/Base/res/html/misc/trigonometry.html @@ -35,4 +35,4 @@

Tangent

- \ No newline at end of file + diff --git a/Base/res/keymaps/sl.json b/Base/res/keymaps/sl.json index a72470fa512..b82575a6eb0 100644 --- a/Base/res/keymaps/sl.json +++ b/Base/res/keymaps/sl.json @@ -3,4 +3,4 @@ "shift_map": [ "", "\u001B", "!", "\"", "#", "$", "%", "&", "/", "(", ")", "=", "?", "*", "\b", "\t", "Q", "W", "E", "R", "T", "Z", "U", "I", "O", "P", "Š", "Đ", "\n", "", "A", "S", "D", "F", "G", "H", "J", "K", "L", "Č", "Ć", "¨", "", "Ž", "Y", "X", "C", "V", "B", "N", "M", ";", ":", "_", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ",", "", ">", "", "", ""], "alt_map": [ "", "\u001B", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "'", "+", "\b", "\t", "q", "w", "e", "r", "t", "z", "u", "i", "o", "p", "š", "đ", "\n", "", "a", "s", "d", "f", "g", "h", "j", "k", "l", "č", "ć", "¸", "", "ž", "y", "x", "c", "v", "b", "n", "m", ",", ".", "-", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ",", "", "<", "", "", ""], "altgr_map": [ "", "\u001B", "~", "", "^", "", "", "", "`", "", "", "", "", "", "\b", "\t", "\\", "|", "€", "", "", "", "", "", "", "", "÷", "×", "\n", "", "", "", "", "[", "]", "", "", "ł", "Ł", "", "ß", "", "", "¤", "", "", "", "@", "{", "}", "§", "<", ">", "", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ",", "", "", "", "", ""] -} \ No newline at end of file +}