summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/dns.c3
-rw-r--r--main/format_cache.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/main/dns.c b/main/dns.c
index fb0e2acb7..320d91768 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/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
+}
+