]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Clean up files that do not end with newlines
authorMatthew Jordan <mjordan@digium.com>
Thu, 21 Aug 2014 14:51:27 +0000 (14:51 +0000)
committerMatthew Jordan <mjordan@digium.com>
Thu, 21 Aug 2014 14:51:27 +0000 (14:51 +0000)
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

main/dns.c
res/stasis/messaging.h

index fb0e2acb7fef7404f2fcf283e6d1817df6383067..320d91768d584ea10708c779c218656e15c4dd63 100644 (file)
@@ -339,4 +339,5 @@ struct ao2_container *ast_dns_get_nameservers(void)
 #endif
 
        return nameservers;
-}
\ No newline at end of file
+}
+
index c69d5d5702985287565cb56d8268d374f191748e..75ef5c9a5fdb35025a8666a076195213ff98620b 100644 (file)
@@ -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  */