From: Jo-Philipp Wich Date: Sat, 12 Feb 2011 19:00:54 +0000 (+0000) Subject: libs/core: whitespace fix in previous commit X-Git-Tag: 0.11.0~2270 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=4eb853d2d26e00c0b9403d289eb35b493f4992f7 libs/core: whitespace fix in previous commit --- diff --git a/libs/core/luasrc/ip.lua b/libs/core/luasrc/ip.lua index 77aecd283..c5148c22a 100644 --- a/libs/core/luasrc/ip.lua +++ b/libs/core/luasrc/ip.lua @@ -340,7 +340,7 @@ function cidr.is4rfc1918( self ) if self[1] == FAMILY_INET4 then return ((self[2][1] >= 0x0A00) and (self[2][1] <= 0x0AFF)) or ((self[2][1] >= 0xAC10) and (self[2][1] <= 0xAC1F)) or - (self[2][1] == 0xC0A8) + (self[2][1] == 0xC0A8) end return false end