瀏覽代碼

kamailio.cfg: small whitespace indention fix

(cherry picked from commit 3b28e0151d15e7883c0ce81e63851fd9952dd2db)
Henning Westerholt 6 月之前
父節點
當前提交
4aa5804db1
共有 1 個文件被更改,包括 1 次插入1 次删除
  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