Remove all trailing whitespace
[prosody.git] / util / ip.lua
index 62649c9b8567d6afe1aacc85d0aa91b7948245db..d0ae07eb8aa3c57cd18e178b20ff10c391d0ed4b 100644 (file)
@@ -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