Parcourir la source

kamailio.cfg: small whitespace indention fix

Henning Westerholt il y a 6 mois
Parent
commit
3b28e0151d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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",
 				"<html><body>Wrong URL $hu</body></html>");
-    exit;
+	exit;
 }
 #!endif