Comment and indentation cleanup.

This commit is contained in:
Seth Hall 2012-12-04 00:15:49 -05:00
parent 3ca0333294
commit e769ab469f
2 changed files with 6 additions and 22 deletions

View file

@ -81,10 +81,10 @@ event bro_init() &priority=5
when ( [src, dst] in low_ttlers )
{
traceroute_detected(src, dst);
}
}
else
traceroute_detected(src, dst);
}
}
else
traceroute_detected(src, dst);
}]);
}