[meld/precommit: 2/11] Fix files missing newline at end of line



commit c44d7655c2a23af44dbf0673be8c6a253c842e06
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sun Sep 29 12:10:12 2019 +1000

    Fix files missing newline at end of line

 help/LINGUAS          | 2 +-
 meson_post_install.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/help/LINGUAS b/help/LINGUAS
index 57b30b6e..5f81958a 100644
--- a/help/LINGUAS
+++ b/help/LINGUAS
@@ -3,4 +3,4 @@ de
 el
 es
 pl
-sv
\ No newline at end of file
+sv
diff --git a/meson_post_install.py b/meson_post_install.py
index 83e737e8..682633a3 100644
--- a/meson_post_install.py
+++ b/meson_post_install.py
@@ -11,4 +11,4 @@ if not environ.get('DESTDIR', ''):
     print("Compiling new schemas")
     call(["glib-compile-schemas", path.join(DATA_DIR, 'glib-2.0', 'schemas')])
     print("Updating desktop database")
-    call(["update-desktop-database", path.join(DATA_DIR, 'applications')])
\ No newline at end of file
+    call(["update-desktop-database", path.join(DATA_DIR, 'applications')])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]