mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Replace all tab characters at the beginnings of lines with 8 spaces.
Mixed indentation annoyed my vim.
This commit is contained in:
parent
3570ca78d8
commit
4816358475
40 changed files with 1055 additions and 1055 deletions
|
|
@ -192,7 +192,7 @@ static void mac_prefix_init() {
|
|||
MacTable[pfx] = cp_strdup(vendor);
|
||||
} else {
|
||||
if (o.debugging > 1)
|
||||
error("MAC prefix %06X is duplicated in %s; ignoring duplicates.", pfx, filename);
|
||||
error("MAC prefix %06X is duplicated in %s; ignoring duplicates.", pfx, filename);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue