summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/unwarminder/SOURCES2
-rw-r--r--lib/unwarminder/safe_read.h2
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__ */