Clean up file endings

This commit is contained in:
Scott Lahteine
2018-11-04 18:17:49 -06:00
parent b99f0776d6
commit 0c85869c26
13 changed files with 0 additions and 14 deletions

View File

@ -58,4 +58,3 @@ constexpr bool
|| true
#endif
);

View File

@ -57,5 +57,3 @@ UnwResult UnwindStart(UnwindFrame* frame, const UnwindCallbacks *cb, void *data)
}
}
#endif

View File

@ -167,4 +167,3 @@ bool UnwReadB(const uint32_t a, uint8_t *v) {
}
#endif