diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-14 08:50:18 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-14 08:50:18 +0000 |
commit | e283261910f53a988e083f35cfe50808da4fd592 (patch) | |
tree | 78db1880a1c79132c49d5b6e7ed526b84b51facd | |
parent | 92fb73b9b0c0ba40d1dbef61dc798bf9499d084a (diff) | |
download | qemu-e283261910f53a988e083f35cfe50808da4fd592.tar.gz qemu-e283261910f53a988e083f35cfe50808da4fd592.tar.bz2 qemu-e283261910f53a988e083f35cfe50808da4fd592.zip |
Add missing newline at the end of file
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6020 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | darwin-user/ioctls_types.h | 2 | ||||
-rw-r--r-- | tests/cris/check_cmp-2.s | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -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. @@ -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 63e65f031b..014561a40d 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 c5c3f5ce85..414d370517 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 |