From fb35a86b45ae57239165457507d73cea41ac8d91 Mon Sep 17 00:00:00 2001 From: Vlad Grigorescu Date: Sun, 19 Apr 2015 22:25:48 -0400 Subject: [PATCH] Fix indenting issue in main.bro --- scripts/base/protocols/sip/main.bro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/base/protocols/sip/main.bro b/scripts/base/protocols/sip/main.bro index 9e0abcaaad..c9fa937c10 100644 --- a/scripts/base/protocols/sip/main.bro +++ b/scripts/base/protocols/sip/main.bro @@ -68,8 +68,8 @@ export { }; ## A list of SIP methods. Other methods will generate a weird. Note - ## that the SIP analyzer will only accept methods consisting solely - ## of letters ``[A-Za-z]``. + ## that the SIP analyzer will only accept methods consisting solely + ## of letters ``[A-Za-z]``. const sip_methods: set[string] = { "REGISTER", "INVITE", "ACK", "CANCEL", "BYE", "OPTIONS" } &redef;