From e283261910f53a988e083f35cfe50808da4fd592 Mon Sep 17 00:00:00 2001
From: blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Date: Sun, 14 Dec 2008 08:50:18 +0000
Subject: [PATCH] Add missing newline at the end of file

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6020 c046a42c-6fe2-441c-8c8c-71466251a162
---
 LICENSE                    | 2 +-
 README                     | 2 +-
 darwin-user/ioctls_types.h | 2 +-
 tests/cris/check_cmp-2.s   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/LICENSE b/LICENSE
index 2fa7ddae38f..cbd92c03e32 100644
--- a/LICENSE
+++ b/LICENSE
@@ -15,4 +15,4 @@ device emulation sources are released under the BSD license.
 
 4) QEMU is a trademark of Fabrice Bellard.
 
-Fabrice Bellard.
\ No newline at end of file
+Fabrice Bellard.
diff --git a/README b/README
index 1a39500b78c..dfd56f24bb1 100644
--- a/README
+++ b/README
@@ -1,3 +1,3 @@
 Read the documentation in qemu-doc.html.
 
-Fabrice Bellard.
\ No newline at end of file
+Fabrice Bellard.
diff --git a/darwin-user/ioctls_types.h b/darwin-user/ioctls_types.h
index 63e65f031b0..014561a40d9 100644
--- a/darwin-user/ioctls_types.h
+++ b/darwin-user/ioctls_types.h
@@ -1 +1 @@
-STRUCT(termios, TYPE_INT, TYPE_INT, TYPE_INT, TYPE_INT, MK_ARRAY(TYPE_CHAR, 20), TYPE_INT, TYPE_INT)
\ No newline at end of file
+STRUCT(termios, TYPE_INT, TYPE_INT, TYPE_INT, TYPE_INT, MK_ARRAY(TYPE_CHAR, 20), TYPE_INT, TYPE_INT)
diff --git a/tests/cris/check_cmp-2.s b/tests/cris/check_cmp-2.s
index c5c3f5ce85a..414d3705179 100644
--- a/tests/cris/check_cmp-2.s
+++ b/tests/cris/check_cmp-2.s
@@ -12,4 +12,4 @@
 	fail
 1:
 	pass
-	quit
\ No newline at end of file
+	quit
-- 
GitLab