Update ff_config.h

use 4 spaces indent.
dev
jin.hao1 2020-01-07 21:10:08 +08:00 committed by GitHub
parent 16caa0bf6b
commit 4b75b83d36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -169,10 +169,10 @@ struct ff_config {
} freebsd; } freebsd;
struct { struct {
uint16_t enable; uint16_t enable;
uint16_t snap_len; uint16_t snap_len;
uint32_t save_len; uint32_t save_len;
char* save_path; char* save_path;
} pcap; } pcap;
}; };