diff options
author | Thomas Jarosch <tomj@simonv.com> | 2014-12-17 23:23:35 +0100 |
---|---|---|
committer | Thomas Jarosch <tomj@simonv.com> | 2014-12-17 23:34:48 +0100 |
commit | 55a5aab97cf4d487688a958c65a4851c8e3e0405 (patch) | |
tree | 0a26825e08420a60c28e4bbe21d9dec97ddf7146 /lib | |
parent | 3add6c743580ed9d7599758d29efcf99a6700b43 (diff) |
Add newlines at the end of the file
Quiet maemo's gcc 4.2.1 compiler warning.
Change-Id: I35dfb2c0cb269b05edd62adf71fe0308a4b9ba5b
Diffstat (limited to 'lib')
-rw-r--r-- | lib/unwarminder/SOURCES | 2 | ||||
-rw-r--r-- | lib/unwarminder/safe_read.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/unwarminder/SOURCES b/lib/unwarminder/SOURCES index b060e2908d..b2e5e3e4b9 100644 --- a/lib/unwarminder/SOURCES +++ b/lib/unwarminder/SOURCES @@ -5,4 +5,4 @@ unwarm.c unwarminder.c unwarmmem.c unwarm_thumb.c -safe_read.S
\ No newline at end of file +safe_read.S diff --git a/lib/unwarminder/safe_read.h b/lib/unwarminder/safe_read.h index 0ad23e648d..fa789a6b99 100644 --- a/lib/unwarminder/safe_read.h +++ b/lib/unwarminder/safe_read.h @@ -30,4 +30,4 @@ bool safe_read8(uint8_t *addr, uint8_t *value); bool safe_read16(uint16_t *addr, uint16_t *value); bool safe_read32(uint32_t *addr, uint32_t *value); -#endif /* __SAFE_READ__ */
\ No newline at end of file +#endif /* __SAFE_READ__ */ |