mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Replace all tab characters at the beginnings of lines with 8 spaces.
Mixed indentation annoyed my vim.
This commit is contained in:
@@ -834,7 +834,7 @@ static int l_list_interfaces (lua_State *L)
|
||||
nseU_setsfield(L, -1, "shortname", iflist[i].devname);
|
||||
nseU_setnfield(L, -1, "netmask", iflist[i].netmask_bits);
|
||||
nseU_setsfield(L, -1, "address", inet_ntop_ez(&(iflist[i].addr),
|
||||
sizeof(iflist[i].addr) ));
|
||||
sizeof(iflist[i].addr) ));
|
||||
|
||||
switch (iflist[i].device_type){
|
||||
case devt_ethernet:
|
||||
|
||||
Reference in New Issue
Block a user