Add newlines at the end of the file

Quiet maemo's gcc 4.2.1 compiler warning.

Change-Id: I35dfb2c0cb269b05edd62adf71fe0308a4b9ba5b
This commit is contained in:
Thomas Jarosch 2014-12-17 23:23:35 +01:00
parent 3add6c7435
commit 55a5aab97c
2 changed files with 2 additions and 2 deletions

View file

@ -5,4 +5,4 @@ unwarm.c
unwarminder.c
unwarmmem.c
unwarm_thumb.c
safe_read.S
safe_read.S

View file

@ -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__ */
#endif /* __SAFE_READ__ */