Fix indenting issue in main.bro

This commit is contained in:
Vlad Grigorescu 2015-04-19 22:25:48 -04:00
parent d5ea6b8457
commit fb35a86b45

View file

@ -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;