summaryrefslogtreecommitdiff
path: root/main/format_cache.c
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2014-08-21 14:52:06 +0000
committerMatthew Jordan <mjordan@digium.com>2014-08-21 14:52:06 +0000
commitbc0536e0091f1a14603c395efed060a82e0f17c2 (patch)
tree29551551b1d0e05fcc3c3c4b959a9e33eb7ae212 /main/format_cache.c
parent12341c90c1dcba231db7150ddceccbb8adba2e65 (diff)
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) ........ Merged revisions 421677 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@421678 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/format_cache.c')
-rw-r--r--main/format_cache.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/format_cache.c b/main/format_cache.c
index f7b07761a..07e4d8fbb 100644
--- a/main/format_cache.c
+++ b/main/format_cache.c
@@ -511,4 +511,5 @@ int ast_format_cache_is_slinear(struct ast_format *format)
}
return 0;
-} \ No newline at end of file
+}
+