From 906a62369848757a19a35dd80ac19c0538205c36 Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Mon, 29 Feb 2016 08:29:21 +0100 Subject: hwstub: fix warning: no newline at end of file with newer gcc Change-Id: Icb4233fb9b2b0d5b6f8c4a35dff300f38c8d3025 --- utils/hwstub/stub/memory.h | 3 ++- utils/hwstub/stub/protocol.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'utils') diff --git a/utils/hwstub/stub/memory.h b/utils/hwstub/stub/memory.h index 206ed8604a..20c84ad755 100644 --- a/utils/hwstub/stub/memory.h +++ b/utils/hwstub/stub/memory.h @@ -27,4 +27,5 @@ void memset(void *dst, int c, size_t n); void memcpy(void *dst, const void *src, size_t n); void memmove(void *dst, const void *src, size_t n); -#endif /* __HWSTUB_MEMORY__ */ \ No newline at end of file +#endif /* __HWSTUB_MEMORY__ */ + diff --git a/utils/hwstub/stub/protocol.h b/utils/hwstub/stub/protocol.h index d551342d4b..61d6ae02a4 100644 --- a/utils/hwstub/stub/protocol.h +++ b/utils/hwstub/stub/protocol.h @@ -1,3 +1,4 @@ #include "../hwstub_protocol.h" -#define HWSTUB_VERSION_REV 0 \ No newline at end of file +#define HWSTUB_VERSION_REV 0 + -- cgit v1.2.3