mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
Remove all trailing whitespace
This commit is contained in:
parent
96ec63e3c3
commit
1d833bb807
116 changed files with 798 additions and 798 deletions
|
@ -92,7 +92,7 @@ local function v6scope(ip)
|
|||
if ip:match("^[0:]*1$") then
|
||||
return 0x2;
|
||||
-- Link-local unicast:
|
||||
elseif ip:match("^[Ff][Ee][89ABab]") then
|
||||
elseif ip:match("^[Ff][Ee][89ABab]") then
|
||||
return 0x2;
|
||||
-- Site-local unicast:
|
||||
elseif ip:match("^[Ff][Ee][CcDdEeFf]") then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue