util/ip.lua
changeset 5776 bd0ff8ae98a8
parent 5608 0200945313c9
child 6929 d96b2aa7a11d
--- a/util/ip.lua	Fri Aug 09 16:03:48 2013 +0200
+++ b/util/ip.lua	Fri Aug 09 17:48:21 2013 +0200
@@ -92,7 +92,7 @@
 	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