Changeset 6880

Show
Ignore:
Timestamp:
02/12/11 20:00:54 (2 years ago)
Author:
jow
Message:

libs/core: whitespace fix in previous commit

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/libs/core/luasrc/ip.lua

    r6879 r6880  
    341341        return ((self[2][1] >= 0x0A00) and (self[2][1] <= 0x0AFF)) or 
    342342               ((self[2][1] >= 0xAC10) and (self[2][1] <= 0xAC1F)) or 
    343                (self[2][1] == 0xC0A8) 
     343                (self[2][1] == 0xC0A8) 
    344344    end 
    345345    return false