From 4b75b83d3672bfe3dd04af8321ac657ebaa7f62b Mon Sep 17 00:00:00 2001 From: "jin.hao1" <330416470@qq.com> Date: Tue, 7 Jan 2020 21:10:08 +0800 Subject: [PATCH] Update ff_config.h use 4 spaces indent. --- lib/ff_config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/ff_config.h b/lib/ff_config.h index a8e86dfb..61ac512c 100644 --- a/lib/ff_config.h +++ b/lib/ff_config.h @@ -169,10 +169,10 @@ struct ff_config { } freebsd; struct { - uint16_t enable; - uint16_t snap_len; - uint32_t save_len; - char* save_path; + uint16_t enable; + uint16_t snap_len; + uint32_t save_len; + char* save_path; } pcap; };