Browse Source

kamailio.cfg: small whitespace indention fix

Henning Westerholt 6 months ago
parent
commit
3b28e0151d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      etc/kamailio.cfg

+ 1 - 1
etc/kamailio.cfg

@@ -1016,7 +1016,7 @@ event_route[xhttp:request] {
 
 
 	xhttp_reply("200", "OK", "text/html",
 	xhttp_reply("200", "OK", "text/html",
 				"<html><body>Wrong URL $hu</body></html>");
 				"<html><body>Wrong URL $hu</body></html>");
-    exit;
+	exit;
 }
 }
 #!endif
 #!endif