From d5e42fefecb6ce558fcab2c9c1a97d2d40dcc452 Mon Sep 17 00:00:00 2001 From: Matt Jordan <mjordan@digium.com> Date: Wed, 8 Mar 2017 12:39:20 -0600 Subject: [PATCH] res_pjsip_endpoint_identifier_ip: Clean up a spaces/tabs issue Tabs > spaces. Always. Change-Id: I899ff662361c7ab0327173bd7851a67b53dd65f1 --- res/res_pjsip_endpoint_identifier_ip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/res_pjsip_endpoint_identifier_ip.c b/res/res_pjsip_endpoint_identifier_ip.c index 86a5afbdbf..a732384017 100644 --- a/res/res_pjsip_endpoint_identifier_ip.c +++ b/res/res_pjsip_endpoint_identifier_ip.c @@ -57,7 +57,7 @@ perform SRV lookups for _sip._udp, _sip._tcp, and _sips._tcp of the given hostnames to determine additional addresses that traffic may originate from. </para></description> - </configOption> + </configOption> <configOption name="type"> <synopsis>Must be of type 'identify'.</synopsis> </configOption> -- GitLab