mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Indent
This commit is contained in:
parent
e5343e1ab7
commit
5202f25383
1 changed files with 3 additions and 3 deletions
|
|
@ -684,9 +684,9 @@ local function loadFromListFile(list_name, list, user_custom_categories, stats)
|
|||
host = parse_hosts_line(trimmed)
|
||||
elseif(list.format == "ip_csv") then
|
||||
host = parse_ip_csv_line(trimmed)
|
||||
elseif(list.format == "ip_occurencies") then
|
||||
host = parse_ip_occurencies_line(trimmed)
|
||||
end
|
||||
elseif(list.format == "ip_occurencies") then
|
||||
host = parse_ip_occurencies_line(trimmed)
|
||||
end
|
||||
|
||||
if host then
|
||||
local rv = loadListItem(host, list.category, user_custom_categories, list, num_line)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue