1
0
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:
d33tah
2014-01-05 19:14:26 +00:00
parent 3570ca78d8
commit 4816358475
40 changed files with 1055 additions and 1055 deletions

View File

@@ -2,7 +2,7 @@
something else in <netinet/ip.h>:
struct ip {
struct ip_firstfour ip_ff;
struct ip_firstfour ip_ff;
#define ip_v ip_ff.ip_fv
#define ip_hl ip_ff.ip_fhl
#define ip_vhl ip_ff.ip_fvhl