From: Matthew Jordan Date: Thu, 21 Aug 2014 14:51:27 +0000 (+0000) Subject: Clean up files that do not end with newlines X-Git-Tag: 12.6.0-rc1~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0a921bb8167d97866b9c136e7617492e083e128;p=thirdparty%2Fasterisk.git Clean up files that do not end with newlines Trivial patch to add new lines to several files missing them. This fixes warnings when compiling with gcc 4.1.2 on CentOS 5. ASTERISK-24245 #close Reported by: Shaun Ruffell patches: 0002-Trivial-addition-of-newlines-at-end-of-three-files.patch uploaded by Shaun Ruffell (License 5417) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@421677 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/dns.c b/main/dns.c index fb0e2acb7f..320d91768d 100644 --- a/main/dns.c +++ b/main/dns.c @@ -339,4 +339,5 @@ struct ao2_container *ast_dns_get_nameservers(void) #endif return nameservers; -} \ No newline at end of file +} + diff --git a/res/stasis/messaging.h b/res/stasis/messaging.h index c69d5d5702..75ef5c9a5f 100644 --- a/res/stasis/messaging.h +++ b/res/stasis/messaging.h @@ -80,4 +80,4 @@ int messaging_cleanup(void); */ int messaging_init(void); -#endif /* #define _ASTERISK_RES_STASIS_MESSAGING_H */ \ No newline at end of file +#endif /* #define _ASTERISK_RES_STASIS_MESSAGING_H */